#9987CD

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

Shades of Cold Purple #9987CD

Tints of Cold Purple #9987CD

Color information

#9987CD (or 0x9987CD) is unknown color: approx Cold Purple. HEX triplet: 99, 87 and CD. RGB value is (153,135,205). Sum of RGB (Red+Green+Blue) = 153+135+205=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #9987CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9987CD is #667832. Grayscale: #949494. Windows color (decimal): -6715443 or 13469593. OLE color: 13469593.

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

Color convert

RGB153135205-
CMYK0.250.3400.20
HSL255.43º41.18%66.67%-
HSV(B)255.43º34.15%80.39%-
XYZ32.8228.5161.53-
YUV148.36159.96131.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.03%
GREEN value IS 135 (53.12% from 255) = 27.38%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=31.03%
G=27.38%
B=41.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531352050.250.3400.20255.4341.1866.67
Hex9987CD1922014ff2943
Octal231207315314202437751103
Binary10011001100001111100110111001100010010100111111111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9987CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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