Html Css Color HEX #9987D2 Cold Purple

📋 copy color: '#9987D2'

red 153 ◦ green 135 ◦ blue 210

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

Shades of Cold Purple #9987D2

Tints of Cold Purple #9987D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.17%

R = 30.72%
G = 27.11%
B = 42.17%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9987D2 (or 0x9987D2) is known color: Cold Purple. HEX triplet: 99, 87 and D2. RGB value is (153,135,210). Sum of RGB (Red+Green+Blue) = 153+135+210=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 135 (53.12% from 255 or 27.11% from 498); Blue value is 210 (82.42% from 255 or 42.17% from 498); Max value from RGB is 210 - color contains mainly: blue. Hex color #9987D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9987D2 is #66782D. Grayscale: #949494. Windows color (decimal): -6715438 or 13797273. OLE color: 13797273.

HSL color Cylindrical-coordinate representation of color #9987D2: hue angle of 254.4º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9987D2 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 135 210 -
CMYK 0.27 0.36 0 0.18
HSL 254.4º 0.45% 0.68% -
HSV(B) 254.4º 0.36% 0.82% -
XYZ 33.43 28.75 64.76 -
YUV 148.93 162.46 130.9 -
System Red Green Blue C M Y K H S L
Decimal 153 135 210 0.27 0.36 0 0.18 254.4 0.45 0.68
Hex 99 87 D2 1B 24 0 12 FE 2D 44
Octal 231 207 322 33 44 0 22 376 55 104
Binary 10011001 10000111 11010010 11011 100100 0 10010 11111110 101101 1000100

Color Harmonies of #9987D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9987D2

Black with #9987D2

Text Example


Text Example

White with #9987D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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