#9983D0

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

Shades of Cold Purple #9983D0

Tints of Cold Purple #9983D0

Color information

#9983D0 (or 0x9983D0) is unknown color: approx Cold Purple. HEX triplet: 99, 83 and D0. RGB value is (153,131,208). Sum of RGB (Red+Green+Blue) = 153+131+208=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #9983D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9983D0 is #667C2F. Grayscale: #929292. Windows color (decimal): -6716464 or 13665177. OLE color: 13665177.

HSL color Cylindrical-coordinate representation of color #9983D0: hue angle of 257.14º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9983D0 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB153131208-
CMYK0.260.3700.18
HSL257.14º45.03%66.47%-
HSV(B)257.14º37.02%81.57%-
XYZ32.6427.5663.27-
YUV146.36162.79132.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.10%
GREEN value IS 131 (51.56% from 255) = 26.63%
BLUE value IS 208 (81.64% from 255) = 42.28%
R=31.10%
G=26.63%
B=42.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1531312080.260.3700.18257.1445.0366.47
Hex9983D01A250121012d42
Octal231203320324502240155102
Binary100110011000001111010000110101001010100101000000011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9983D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9983D0; }

 p { color: rgb(153,131,208); }

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

<style>
 a { background-color: #9983D0; }

 a { background-color: rgb(153,131,208); }

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

<style>
 span { border-color: #9983D0; }

 span { border-color: rgb(153,131,208); }

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