#9882D1

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

Shades of Cold Purple #9882D1

Tints of Cold Purple #9882D1

Color information

#9882D1 (or 0x9882D1) is unknown color: approx Cold Purple. HEX triplet: 98, 82 and D1. RGB value is (152,130,209). Sum of RGB (Red+Green+Blue) = 152+130+209=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 209 - color contains mainly: blue. Hex color #9882D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9882D1 is #677D2E. Grayscale: #919191. Windows color (decimal): -6782255 or 13730456. OLE color: 13730456.

HSL color Cylindrical-coordinate representation of color #9882D1: hue angle of 256.71º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9882D1 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB152130209-
CMYK0.270.3800.18
HSL256.71º46.2%66.47%-
HSV(B)256.71º37.8%81.96%-
XYZ32.4427.2463.87-
YUV145.58163.79132.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.96%
GREEN value IS 130 (51.17% from 255) = 26.48%
BLUE value IS 209 (82.03% from 255) = 42.57%
R=30.96%
G=26.48%
B=42.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1521302090.270.3800.18256.7146.266.47
Hex9882D11B260121012e42
Octal230202321334602240156102
Binary100110001000001011010001110111001100100101000000011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9882D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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