#9987CE

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

Shades of Cold Purple #9987CE

Tints of Cold Purple #9987CE

Color information

#9987CE (or 0x9987CE) is unknown color: approx Cold Purple. HEX triplet: 99, 87 and CE. RGB value is (153,135,206). Sum of RGB (Red+Green+Blue) = 153+135+206=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #9987CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9987CE is #667831. Grayscale: #949494. Windows color (decimal): -6715442 or 13535129. OLE color: 13535129.

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

Color convert

RGB153135206-
CMYK0.260.3400.19
HSL255.21º42.01%66.86%-
HSV(B)255.21º34.47%80.78%-
XYZ32.9428.5662.17-
YUV148.48160.46131.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.97%
GREEN value IS 135 (53.12% from 255) = 27.33%
BLUE value IS 206 (80.86% from 255) = 41.70%
R=30.97%
G=27.33%
B=41.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531352060.260.3400.19255.2142.0166.86
Hex9987CE1A22013ff2a43
Octal231207316324202337752103
Binary10011001100001111100111011010100010010011111111111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9987CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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