#9883BD

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

Shades of Cold Purple #9883BD

Tints of Cold Purple #9883BD

Color information

#9883BD (or 0x9883BD) is unknown color: approx Cold Purple. HEX triplet: 98, 83 and BD. RGB value is (152,131,189). Sum of RGB (Red+Green+Blue) = 152+131+189=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #9883BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9883BD is #677C42. Grayscale: #8F8F8F. Windows color (decimal): -6782019 or 12419992. OLE color: 12419992.

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

Color convert

RGB152131189-
CMYK0.200.3100.26
HSL261.72º30.53%62.75%-
HSV(B)261.72º30.69%74.12%-
XYZ30.2526.5851.68-
YUV143.89153.46133.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.20%
GREEN value IS 131 (51.56% from 255) = 27.75%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=32.20%
G=27.75%
B=40.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521311890.200.3100.26261.7230.5362.75
Hex9883BD141F01A1061f3f
Octal23020327524370324063777
Binary100110001000001110111101101001111101101010000011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9883BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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