#9982D1

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

Shades of Cold Purple #9982D1

Tints of Cold Purple #9982D1

Color information

#9982D1 (or 0x9982D1) is unknown color: approx Cold Purple. HEX triplet: 99, 82 and D1. RGB value is (153,130,209). Sum of RGB (Red+Green+Blue) = 153+130+209=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #9982D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9982D1 is #667D2E. Grayscale: #919191. Windows color (decimal): -6716719 or 13730457. OLE color: 13730457.

HSL color Cylindrical-coordinate representation of color #9982D1: hue angle of 257.47º 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 #9982D1 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB153130209-
CMYK0.270.3800.18
HSL257.47º46.2%66.47%-
HSV(B)257.47º37.8%81.96%-
XYZ32.6327.3463.88-
YUV145.88163.62133.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.10%
GREEN value IS 130 (51.17% from 255) = 26.42%
BLUE value IS 209 (82.03% from 255) = 42.48%
R=31.10%
G=26.42%
B=42.48%

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
Decimal1531302090.270.3800.18257.4746.266.47
Hex9982D11B260121012e42
Octal231202321334602240156102
Binary100110011000001011010001110111001100100101000000011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9982D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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