#9D83CE

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

Shades of Cold Purple #9D83CE

Tints of Cold Purple #9D83CE

Color information

#9D83CE (or 0x9D83CE) is unknown color: approx Cold Purple. HEX triplet: 9D, 83 and CE. RGB value is (157,131,206). Sum of RGB (Red+Green+Blue) = 157+131+206=494 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.78% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D83CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D83CE is #627C31. Grayscale: #939393. Windows color (decimal): -6454322 or 13534109. OLE color: 13534109.

HSL color Cylindrical-coordinate representation of color #9D83CE: hue angle of 260.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D83CE is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB157131206-
CMYK0.240.3600.19
HSL260.8º43.35%66.08%-
HSV(B)260.8º36.41%80.78%-
XYZ33.1627.8662.02-
YUV147.32161.11134.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.78%
GREEN value IS 131 (51.56% from 255) = 26.52%
BLUE value IS 206 (80.86% from 255) = 41.70%
R=31.78%
G=26.52%
B=41.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1571312060.240.3600.19260.843.3566.08
Hex9D83CE18240131052b42
Octal235203316304402340553102
Binary100111011000001111001110110001001000100111000001011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D83CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D83CE; }

 p { color: rgb(157,131,206); }

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

<style>
 a { background-color: #9D83CE; }

 a { background-color: rgb(157,131,206); }

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

<style>
 span { border-color: #9D83CE; }

 span { border-color: rgb(157,131,206); }

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