Html Css Color HEX #996CCE Amethyst

📋 copy color: '#996CCE'

red 153 ◦ green 108 ◦ blue 206

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

Shades of Amethyst #996CCE

Tints of Amethyst #996CCE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.13%

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 32.76%
G = 23.13%
B = 44.11%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#996CCE (or 0x996CCE) is known color: Amethyst. HEX triplet: 99, 6C and CE. RGB value is (153,108,206). Sum of RGB (Red+Green+Blue) = 153+108+206=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #996CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996CCE is #669331. Grayscale: #848484. Windows color (decimal): -6722354 or 13528217. OLE color: 13528217.

HSL color Cylindrical-coordinate representation of color #996CCE: hue angle of 267.55º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #996CCE is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 108 206 -
CMYK 0.26 0.48 0 0.19
HSL 267.55º 0.5% 0.62% -
HSV(B) 267.55º 0.48% 0.81% -
XYZ 29.64 21.95 61.07 -
YUV 132.63 169.41 142.53 -
System Red Green Blue C M Y K H S L
Decimal 153 108 206 0.26 0.48 0 0.19 267.55 0.5 0.62
Hex 99 6C CE 1A 30 0 13 10C 32 3E
Octal 231 154 316 32 60 0 23 414 62 76
Binary 10011001 1101100 11001110 11010 110000 0 10011 100001100 110010 111110

Color Harmonies of #996CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996CCE

Black with #996CCE

Text Example


Text Example

White with #996CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,108,206); }

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

background-color css

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

 a { background-color: rgb(153,108,206); }

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

border-color css

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

 span { border-color: rgb(153,108,206); }

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