#9986CC

Color #9986CC Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9986CC

Tints of Cold Purple #9986CC

Color information

#9986CC (or 0x9986CC) is unknown color: approx Cold Purple. HEX triplet: 99, 86 and CC. RGB value is (153,134,204). Sum of RGB (Red+Green+Blue) = 153+134+204=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #9986CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9986CC is #667933. Grayscale: #939393. Windows color (decimal): -6715700 or 13403801. OLE color: 13403801.

HSL color Cylindrical-coordinate representation of color #9986CC: hue angle of 256.29º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9986CC is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB153134204-
CMYK0.250.3400.2
HSL256.29º40.7%66.27%-
HSV(B)256.29º34.31%80%-
XYZ32.5628.1860.85-
YUV147.66159.79131.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.16%
GREEN value IS 134 (52.73% from 255) = 27.29%
BLUE value IS 204 (80.08% from 255) = 41.55%
R=31.16%
G=27.29%
B=41.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1531342040.250.3400.2256.2940.766.27
Hex9986CC19220141002942
Octal231206314314202440051102
Binary100110011000011011001100110011000100101001000000001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9986CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9986CC; }

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

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

<style>
 a { background-color: #9986CC; }

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

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

<style>
 span { border-color: #9986CC; }

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

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