Html Css Color HEX #9887BD Cold Purple

📋 copy color: '#9887BD'

red 152 ◦ green 135 ◦ blue 189

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

Shades of Cold Purple #9887BD

Tints of Cold Purple #9887BD

RGB

 RED value IS 152 (59.77% from 255) = 31.93%

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

 BLUE value IS 189 (74.22% from 255) = 39.71%

R = 31.93%
G = 28.36%
B = 39.71%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9887BD (or 0x9887BD) is known color: Cold Purple. HEX triplet: 98, 87 and BD. RGB value is (152,135,189). Sum of RGB (Red+Green+Blue) = 152+135+189=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #9887BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9887BD is #677842. Grayscale: #929292. Windows color (decimal): -6780995 or 12421016. OLE color: 12421016.

HSL color Cylindrical-coordinate representation of color #9887BD: hue angle of 258.89º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9887BD is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 135 189 -
CMYK 0.20 0.29 0 0.26
HSL 258.89º 0.29% 0.64% -
HSV(B) 258.89º 0.29% 0.74% -
XYZ 30.8 27.68 51.86 -
YUV 146.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 152 135 189 0.20 0.29 0 0.26 258.89 0.29 0.64
Hex 98 87 BD 14 1D 0 1A 103 1D 40
Octal 230 207 275 24 35 0 32 403 35 100
Binary 10011000 10000111 10111101 10100 11101 0 11010 100000011 11101 1000000

Color Harmonies of #9887BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9887BD

Black with #9887BD

Text Example


Text Example

White with #9887BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9887BD; }

 p { color: rgb(152,135,189); }

 H1.HeaderClassName
 {
   color: #9887BD;
 }
 .AnyTagClassName
 {
   color: #9887BD;
 }
</style>

background-color css

<style>
 a { background-color: #9887BD; }

 a { background-color: rgb(152,135,189); }

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

border-color css

<style>
 span { border-color: #9887BD; }

 span { border-color: rgb(152,135,189); }

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