#9986CE

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

Shades of Cold Purple #9986CE

Tints of Cold Purple #9986CE

Color information

#9986CE (or 0x9986CE) is unknown color: approx Cold Purple. HEX triplet: 99, 86 and CE. RGB value is (153,134,206). Sum of RGB (Red+Green+Blue) = 153+134+206=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #9986CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9986CE is #667931. Grayscale: #939393. Windows color (decimal): -6715698 or 13534873. OLE color: 13534873.

HSL color Cylindrical-coordinate representation of color #9986CE: hue angle of 255.83º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9986CE is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153134206-
CMYK0.260.3500.19
HSL255.83º42.35%66.67%-
HSV(B)255.83º34.95%80.78%-
XYZ32.828.2862.12-
YUV147.89160.79131.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.03%
GREEN value IS 134 (52.73% from 255) = 27.18%
BLUE value IS 206 (80.86% from 255) = 41.78%
R=31.03%
G=27.18%
B=41.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531342060.260.3500.19255.8342.3566.67
Hex9986CE1A230131002a43
Octal231206316324302340052103
Binary100110011000011011001110110101000110100111000000001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9986CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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