Html Css Color HEX #9887BE Cold Purple

📋 copy color: '#9887BE'

red 152 ◦ green 135 ◦ blue 190

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

Shades of Cold Purple #9887BE

Tints of Cold Purple #9887BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.83%

R = 31.87%
G = 28.3%
B = 39.83%

CMYK

 C value IS 0.2

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9887BE (or 0x9887BE) is known color: Cold Purple. HEX triplet: 98, 87 and BE. RGB value is (152,135,190). Sum of RGB (Red+Green+Blue) = 152+135+190=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #9887BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9887BE is #677841. Grayscale: #929292. Windows color (decimal): -6780994 or 12486552. OLE color: 12486552.

HSL color Cylindrical-coordinate representation of color #9887BE: hue angle of 258.55º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9887BE is Cyan = 0.2, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 135 190 -
CMYK 0.2 0.29 0 0.25
HSL 258.55º 0.3% 0.64% -
HSV(B) 258.55º 0.29% 0.75% -
XYZ 30.91 27.72 52.44 -
YUV 146.35 152.63 132.03 -
System Red Green Blue C M Y K H S L
Decimal 152 135 190 0.2 0.29 0 0.25 258.55 0.3 0.64
Hex 98 87 BE 14 1D 0 19 103 1E 40
Octal 230 207 276 24 35 0 31 403 36 100
Binary 10011000 10000111 10111110 10100 11101 0 11001 100000011 11110 1000000

Color Harmonies of #9887BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9887BE

Black with #9887BE

Text Example


Text Example

White with #9887BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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