#9881BA

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

Shades of Cold Purple #9881BA

Tints of Cold Purple #9881BA

Color information

#9881BA (or 0x9881BA) is unknown color: approx Cold Purple. HEX triplet: 98, 81 and BA. RGB value is (152,129,186). Sum of RGB (Red+Green+Blue) = 152+129+186=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #9881BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9881BA is #677E45. Grayscale: #8E8E8E. Windows color (decimal): -6782534 or 12222872. OLE color: 12222872.

HSL color Cylindrical-coordinate representation of color #9881BA: hue angle of 264.21º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9881BA is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB152129186-
CMYK0.180.3100.27
HSL264.21º29.23%61.76%-
HSV(B)264.21º30.65%72.94%-
XYZ29.6625.9249.89-
YUV142.38152.62134.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.55%
GREEN value IS 129 (50.78% from 255) = 27.62%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=32.55%
G=27.62%
B=39.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521291860.180.3100.27264.2129.2361.76
Hex9881BA121F01B1081d3e
Octal23020127222370334103576
Binary100110001000000110111010100101111101101110000100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9881BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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