#996FCD

Color #996FCD Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #996FCD

Tints of Amethyst #996FCD

Color information

#996FCD (or 0x996FCD) is unknown color: approx Amethyst. HEX triplet: 99, 6F and CD. RGB value is (153,111,205). Sum of RGB (Red+Green+Blue) = 153+111+205=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #996FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996FCD is #669032. Grayscale: #858585. Windows color (decimal): -6721587 or 13463449. OLE color: 13463449.

HSL color Cylindrical-coordinate representation of color #996FCD: hue angle of 266.81º 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 #996FCD is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB153111205-
CMYK0.250.4600.20
HSL266.81º48.45%61.96%-
HSV(B)266.81º45.85%80.39%-
XYZ29.8422.5560.54-
YUV134.27167.91141.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.62%
GREEN value IS 111 (43.75% from 255) = 23.67%
BLUE value IS 205 (80.47% from 255) = 43.71%
R=32.62%
G=23.67%
B=43.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531112050.250.4600.20266.8148.4561.96
Hex996FCD192E01410b303e
Octal23115731531560244136076
Binary1001100111011111100110111001101110010100100001011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,111,205); }

 H1.HeaderClassName
 {
   color: #996FCD;
 }
 .AnyTagClassName
 {
   color: #996FCD;
 }
</style>
background-color css

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

 a { background-color: rgb(153,111,205); }

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

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

 span { border-color: rgb(153,111,205); }

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