#9881BB

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

Shades of Cold Purple #9881BB

Tints of Cold Purple #9881BB

Color information

#9881BB (or 0x9881BB) is unknown color: approx Cold Purple. HEX triplet: 98, 81 and BB. RGB value is (152,129,187). Sum of RGB (Red+Green+Blue) = 152+129+187=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #9881BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9881BB is #677E44. Grayscale: #8E8E8E. Windows color (decimal): -6782533 or 12288408. OLE color: 12288408.

HSL color Cylindrical-coordinate representation of color #9881BB: hue angle of 263.79º degrees, saturation: 0.3, 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 #9881BB is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB152129187-
CMYK0.190.3100.27
HSL263.79º29.9%61.96%-
HSV(B)263.79º31.02%73.33%-
XYZ29.7725.9650.46-
YUV142.49153.12134.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.48%
GREEN value IS 129 (50.78% from 255) = 27.56%
BLUE value IS 187 (73.44% from 255) = 39.96%
R=32.48%
G=27.56%
B=39.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521291870.190.3100.27263.7929.961.96
Hex9881BB131F01B1081e3e
Octal23020127323370334103676
Binary100110001000000110111011100111111101101110000100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9881BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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