#9881BD

Color #9881BD Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9881BD

Tints of Cold Purple #9881BD

Color information

#9881BD (or 0x9881BD) is unknown color: approx Cold Purple. HEX triplet: 98, 81 and BD. RGB value is (152,129,189). Sum of RGB (Red+Green+Blue) = 152+129+189=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #9881BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9881BD is #677E42. Grayscale: #8E8E8E. Windows color (decimal): -6782531 or 12419480. OLE color: 12419480.

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

Color convert

RGB152129189-
CMYK0.200.3200.26
HSL263º31.25%62.35%-
HSV(B)263º31.75%74.12%-
XYZ29.9826.0551.59-
YUV142.72154.12134.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.34%
GREEN value IS 129 (50.78% from 255) = 27.45%
BLUE value IS 189 (74.22% from 255) = 40.21%
R=32.34%
G=27.45%
B=40.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521291890.200.3200.2626331.2562.35
Hex9881BD142001A1071f3e
Octal23020127524400324073776
Binary1001100010000001101111011010010000001101010000011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9881BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9881BD;
 }
 .AnyTagClassName
 {
   color: #9881BD;
 }
</style>
background-color css

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

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

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

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

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

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