#9882BB

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

Shades of Cold Purple #9882BB

Tints of Cold Purple #9882BB

Color information

#9882BB (or 0x9882BB) is unknown color: approx Cold Purple. HEX triplet: 98, 82 and BB. RGB value is (152,130,187). Sum of RGB (Red+Green+Blue) = 152+130+187=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #9882BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9882BB is #677D44. Grayscale: #8E8E8E. Windows color (decimal): -6782277 or 12288664. OLE color: 12288664.

HSL color Cylindrical-coordinate representation of color #9882BB: hue angle of 263.16º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9882BB is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB152130187-
CMYK0.190.3000.27
HSL263.16º29.53%62.16%-
HSV(B)263.16º30.48%73.33%-
XYZ29.926.2350.5-
YUV143.08152.79134.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.41%
GREEN value IS 130 (51.17% from 255) = 27.72%
BLUE value IS 187 (73.44% from 255) = 39.87%
R=32.41%
G=27.72%
B=39.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521301870.190.3000.27263.1629.5362.16
Hex9882BB131E01B1071e3e
Octal23020227323360334073676
Binary100110001000001010111011100111111001101110000011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9882BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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