Html Css Color HEX #9987BB Cold Purple

📋 copy color: '#9987BB'

red 153 ◦ green 135 ◦ blue 187

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

Shades of Cold Purple #9987BB

Tints of Cold Purple #9987BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.37%

R = 32.21%
G = 28.42%
B = 39.37%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9987BB (or 0x9987BB) is known color: Cold Purple. HEX triplet: 99, 87 and BB. RGB value is (153,135,187). Sum of RGB (Red+Green+Blue) = 153+135+187=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #9987BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9987BB is #667844. Grayscale: #929292. Windows color (decimal): -6715461 or 12289945. OLE color: 12289945.

HSL color Cylindrical-coordinate representation of color #9987BB: hue angle of 260.77º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9987BB is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 135 187 -
CMYK 0.18 0.28 0 0.27
HSL 260.77º 0.28% 0.63% -
HSV(B) 260.77º 0.28% 0.73% -
XYZ 30.77 27.69 50.74 -
YUV 146.31 150.96 132.77 -
System Red Green Blue C M Y K H S L
Decimal 153 135 187 0.18 0.28 0 0.27 260.77 0.28 0.63
Hex 99 87 BB 12 1C 0 1B 105 1C 3F
Octal 231 207 273 22 34 0 33 405 34 77
Binary 10011001 10000111 10111011 10010 11100 0 11011 100000101 11100 111111

Color Harmonies of #9987BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9987BB

Black with #9987BB

Text Example


Text Example

White with #9987BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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