Html Css Color HEX #9887B5 Cold Purple

📋 copy color: '#9887B5'

red 152 ◦ green 135 ◦ blue 181

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

Shades of Cold Purple #9887B5

Tints of Cold Purple #9887B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.68%

R = 32.48%
G = 28.85%
B = 38.68%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9887B5 (or 0x9887B5) is known color: Cold Purple. HEX triplet: 98, 87 and B5. RGB value is (152,135,181). Sum of RGB (Red+Green+Blue) = 152+135+181=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 181 - color contains mainly: blue. Hex color #9887B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9887B5 is #67784A. Grayscale: #919191. Windows color (decimal): -6781003 or 11896728. OLE color: 11896728.

HSL color Cylindrical-coordinate representation of color #9887B5: hue angle of 262.17º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9887B5 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 135 181 -
CMYK 0.16 0.25 0 0.29
HSL 262.17º 0.24% 0.62% -
HSV(B) 262.17º 0.25% 0.71% -
XYZ 29.95 27.34 47.41 -
YUV 145.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 152 135 181 0.16 0.25 0 0.29 262.17 0.24 0.62
Hex 98 87 B5 10 19 0 1D 106 18 3E
Octal 230 207 265 20 31 0 35 406 30 76
Binary 10011000 10000111 10110101 10000 11001 0 11101 100000110 11000 111110

Color Harmonies of #9887B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9887B5

Black with #9887B5

Text Example


Text Example

White with #9887B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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