Html Css Color HEX #996AC7 Amethyst

📋 copy color: '#996AC7'

red 153 ◦ green 106 ◦ blue 199

#996AC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #996AC7

Tints of Amethyst #996AC7

RGB

 RED value IS 153 (60.16% from 255) = 33.41%

 GREEN value IS 106 (41.8% from 255) = 23.14%

 BLUE value IS 199 (78.13% from 255) = 43.45%

R = 33.41%
G = 23.14%
B = 43.45%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#996AC7 (or 0x996AC7) is known color: Amethyst. HEX triplet: 99, 6A and C7. RGB value is (153,106,199). Sum of RGB (Red+Green+Blue) = 153+106+199=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 199 - color contains mainly: blue. Hex color #996AC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996AC7 is #669538. Grayscale: #828282. Windows color (decimal): -6722873 or 13068953. OLE color: 13068953.

HSL color Cylindrical-coordinate representation of color #996AC7: hue angle of 270.32º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #996AC7 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 106 199 -
CMYK 0.23 0.47 0 0.22
HSL 270.32º 0.45% 0.6% -
HSV(B) 270.32º 0.47% 0.78% -
XYZ 28.6 21.2 56.62 -
YUV 130.66 166.57 143.94 -
System Red Green Blue C M Y K H S L
Decimal 153 106 199 0.23 0.47 0 0.22 270.32 0.45 0.6
Hex 99 6A C7 17 2F 0 16 10E 2D 3C
Octal 231 152 307 27 57 0 26 416 55 74
Binary 10011001 1101010 11000111 10111 101111 0 10110 100001110 101101 111100

Color Harmonies of #996AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996AC7

Black with #996AC7

Text Example


Text Example

White with #996AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996AC7; }

 p { color: rgb(153,106,199); }

 H1.HeaderClassName
 {
   color: #996AC7;
 }
 .AnyTagClassName
 {
   color: #996AC7;
 }
</style>

background-color css

<style>
 a { background-color: #996AC7; }

 a { background-color: rgb(153,106,199); }

 div.DivClassName
 {
   background-color: #996AC7;
 }
 .BgClassName
 {
   background-color: #996AC7;
 }
</style>

border-color css

<style>
 span { border-color: #996AC7; }

 span { border-color: rgb(153,106,199); }

 td.TdClassName
 {
   border-color: #996AC7;
 }
 .TagClassName
 {
   border-color: #996AC7;
 }
</style>