Html Css Color HEX #9887BF Cold Purple

📋 copy color: '#9887BF'

red 152 ◦ green 135 ◦ blue 191

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

Shades of Cold Purple #9887BF

Tints of Cold Purple #9887BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.96%

R = 31.8%
G = 28.24%
B = 39.96%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9887BF (or 0x9887BF) is known color: Cold Purple. HEX triplet: 98, 87 and BF. RGB value is (152,135,191). Sum of RGB (Red+Green+Blue) = 152+135+191=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #9887BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9887BF is #677840. Grayscale: #929292. Windows color (decimal): -6780993 or 12552088. OLE color: 12552088.

HSL color Cylindrical-coordinate representation of color #9887BF: hue angle of 258.21º 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 #9887BF is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 135 191 -
CMYK 0.20 0.29 0 0.25
HSL 258.21º 0.3% 0.64% -
HSV(B) 258.21º 0.29% 0.75% -
XYZ 31.02 27.76 53.01 -
YUV 146.47 153.13 131.95 -
System Red Green Blue C M Y K H S L
Decimal 152 135 191 0.20 0.29 0 0.25 258.21 0.3 0.64
Hex 98 87 BF 14 1D 0 19 102 1E 40
Octal 230 207 277 24 35 0 31 402 36 100
Binary 10011000 10000111 10111111 10100 11101 0 11001 100000010 11110 1000000

Color Harmonies of #9887BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9887BF

Black with #9887BF

Text Example


Text Example

White with #9887BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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