#9883BB

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

Shades of Cold Purple #9883BB

Tints of Cold Purple #9883BB

Color information

#9883BB (or 0x9883BB) is unknown color: approx Cold Purple. HEX triplet: 98, 83 and BB. RGB value is (152,131,187). Sum of RGB (Red+Green+Blue) = 152+131+187=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #9883BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9883BB is #677C44. Grayscale: #8F8F8F. Windows color (decimal): -6782021 or 12288920. OLE color: 12288920.

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

Color convert

RGB152131187-
CMYK0.190.3000.27
HSL262.5º29.17%62.35%-
HSV(B)262.5º29.95%73.33%-
XYZ30.0326.550.54-
YUV143.66152.46133.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.34%
GREEN value IS 131 (51.56% from 255) = 27.87%
BLUE value IS 187 (73.44% from 255) = 39.79%
R=32.34%
G=27.87%
B=39.79%

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
Decimal1521311870.190.3000.27262.529.1762.35
Hex9883BB131E01B1061d3e
Octal23020327323360334063576
Binary100110001000001110111011100111111001101110000011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9883BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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