Html Css Color HEX #996ECC Amethyst

📋 copy color: '#996ECC'

red 153 ◦ green 110 ◦ blue 204

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

Shades of Amethyst #996ECC

Tints of Amethyst #996ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.55%

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 32.76%
G = 23.55%
B = 43.68%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#996ECC (or 0x996ECC) is known color: Amethyst. HEX triplet: 99, 6E and CC. RGB value is (153,110,204). Sum of RGB (Red+Green+Blue) = 153+110+204=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #996ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996ECC is #669133. Grayscale: #858585. Windows color (decimal): -6721844 or 13397657. OLE color: 13397657.

HSL color Cylindrical-coordinate representation of color #996ECC: hue angle of 267.45º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #996ECC is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 110 204 -
CMYK 0.25 0.46 0 0.2
HSL 267.45º 0.48% 0.62% -
HSV(B) 267.45º 0.46% 0.8% -
XYZ 29.61 22.28 59.87 -
YUV 133.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 153 110 204 0.25 0.46 0 0.2 267.45 0.48 0.62
Hex 99 6E CC 19 2E 0 14 10B 30 3E
Octal 231 156 314 31 56 0 24 413 60 76
Binary 10011001 1101110 11001100 11001 101110 0 10100 100001011 110000 111110

Color Harmonies of #996ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996ECC

Black with #996ECC

Text Example


Text Example

White with #996ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,110,204); }

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

background-color css

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

 a { background-color: rgb(153,110,204); }

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

border-color css

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

 span { border-color: rgb(153,110,204); }

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