#9D81CE

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

Shades of Cold Purple #9D81CE

Tints of Cold Purple #9D81CE

Color information

#9D81CE (or 0x9D81CE) is unknown color: approx Cold Purple. HEX triplet: 9D, 81 and CE. RGB value is (157,129,206). Sum of RGB (Red+Green+Blue) = 157+129+206=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D81CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D81CE is #627E31. Grayscale: #919191. Windows color (decimal): -6454834 or 13533597. OLE color: 13533597.

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

Color convert

RGB157129206-
CMYK0.240.3700.19
HSL261.82º44%65.69%-
HSV(B)261.82º37.38%80.78%-
XYZ32.927.3261.93-
YUV146.15161.78135.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.91%
GREEN value IS 129 (50.78% from 255) = 26.22%
BLUE value IS 206 (80.86% from 255) = 41.87%
R=31.91%
G=26.22%
B=41.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1571292060.240.3700.19261.824465.69
Hex9D81CE18250131062c42
Octal235201316304502340654102
Binary100111011000000111001110110001001010100111000001101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D81CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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