Html Css Color HEX #9987CC Cold Purple

📋 copy color: '#9987CC'

red 153 ◦ green 135 ◦ blue 204

#9987CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #9987CC

Tints of Cold Purple #9987CC

RGB

 RED value IS 153 (60.16% from 255) = 31.1%

 GREEN value IS 135 (53.13% from 255) = 27.44%

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 31.1%
G = 27.44%
B = 41.46%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9987CC (or 0x9987CC) is known color: Cold Purple. HEX triplet: 99, 87 and CC. RGB value is (153,135,204). Sum of RGB (Red+Green+Blue) = 153+135+204=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #9987CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9987CC is #667833. Grayscale: #939393. Windows color (decimal): -6715444 or 13404057. OLE color: 13404057.

HSL color Cylindrical-coordinate representation of color #9987CC: hue angle of 255.65º degrees, saturation: 0.4, 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 #9987CC is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 135 204 -
CMYK 0.25 0.34 0 0.2
HSL 255.65º 0.4% 0.66% -
HSV(B) 255.65º 0.34% 0.8% -
XYZ 32.7 28.46 60.9 -
YUV 148.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 153 135 204 0.25 0.34 0 0.2 255.65 0.4 0.66
Hex 99 87 CC 19 22 0 14 100 28 42
Octal 231 207 314 31 42 0 24 400 50 102
Binary 10011001 10000111 11001100 11001 100010 0 10100 100000000 101000 1000010

Color Harmonies of #9987CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9987CC

Black with #9987CC

Text Example


Text Example

White with #9987CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9987CC;
 }
 .AnyTagClassName
 {
   color: #9987CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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