#9D81CB

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

Shades of Cold Purple #9D81CB

Tints of Cold Purple #9D81CB

Color information

#9D81CB (or 0x9D81CB) is unknown color: approx Cold Purple. HEX triplet: 9D, 81 and CB. RGB value is (157,129,203). Sum of RGB (Red+Green+Blue) = 157+129+203=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D81CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D81CB is #627E34. Grayscale: #919191. Windows color (decimal): -6454837 or 13336989. OLE color: 13336989.

HSL color Cylindrical-coordinate representation of color #9D81CB: hue angle of 262.7º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D81CB is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB157129203-
CMYK0.230.3600.20
HSL262.7º41.57%65.1%-
HSV(B)262.7º36.45%79.61%-
XYZ32.5327.1860.03-
YUV145.81160.28135.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.11%
GREEN value IS 129 (50.78% from 255) = 26.38%
BLUE value IS 203 (79.69% from 255) = 41.51%
R=32.11%
G=26.38%
B=41.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571292030.230.3600.20262.741.5765.1
Hex9D81CB17240141072a41
Octal235201313274402440752101
Binary100111011000000111001011101111001000101001000001111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D81CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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