#996BCB

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

Shades of Amethyst #996BCB

Tints of Amethyst #996BCB

Color information

#996BCB (or 0x996BCB) is unknown color: approx Amethyst. HEX triplet: 99, 6B and CB. RGB value is (153,107,203). Sum of RGB (Red+Green+Blue) = 153+107+203=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #996BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BCB is #669434. Grayscale: #838383. Windows color (decimal): -6722613 or 13331353. OLE color: 13331353.

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

Color convert

RGB153107203-
CMYK0.250.4700.20
HSL268.75º48%60.78%-
HSV(B)268.75º47.29%79.61%-
XYZ29.1721.659.13-
YUV131.7168.24143.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.05%
GREEN value IS 107 (42.19% from 255) = 23.11%
BLUE value IS 203 (79.69% from 255) = 43.84%
R=33.05%
G=23.11%
B=43.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531072030.250.4700.20268.754860.78
Hex996BCB192F01410d303d
Octal23115331331570244156075
Binary1001100111010111100101111001101111010100100001101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,107,203); }

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

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

 a { background-color: rgb(153,107,203); }

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

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

 span { border-color: rgb(153,107,203); }

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