Html Css Color HEX #996AD4 Amethyst

📋 copy color: '#996AD4'

red 153 ◦ green 106 ◦ blue 212

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

Shades of Amethyst #996AD4

Tints of Amethyst #996AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.01%

R = 32.48%
G = 22.51%
B = 45.01%

CMYK

 C value IS 0.28

 M value IS 0.5

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#996AD4 (or 0x996AD4) is known color: Amethyst. HEX triplet: 99, 6A and D4. RGB value is (153,106,212). Sum of RGB (Red+Green+Blue) = 153+106+212=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 212 - color contains mainly: blue. Hex color #996AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996AD4 is #66952B. Grayscale: #838383. Windows color (decimal): -6722860 or 13920921. OLE color: 13920921.

HSL color Cylindrical-coordinate representation of color #996AD4: hue angle of 266.6º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #996AD4 is Cyan = 0.28, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 153 106 212 -
CMYK 0.28 0.5 0 0.17
HSL 266.6º 0.55% 0.62% -
HSV(B) 266.6º 0.5% 0.83% -
XYZ 30.17 21.83 64.91 -
YUV 132.14 173.07 142.88 -
System Red Green Blue C M Y K H S L
Decimal 153 106 212 0.28 0.5 0 0.17 266.6 0.55 0.62
Hex 99 6A D4 1C 32 0 11 10B 37 3E
Octal 231 152 324 34 62 0 21 413 67 76
Binary 10011001 1101010 11010100 11100 110010 0 10001 100001011 110111 111110

Color Harmonies of #996AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996AD4

Black with #996AD4

Text Example


Text Example

White with #996AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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