#9581C9

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

Shades of Cold Purple #9581C9

Tints of Cold Purple #9581C9

Color information

#9581C9 (or 0x9581C9) is unknown color: approx Cold Purple. HEX triplet: 95, 81 and C9. RGB value is (149,129,201). Sum of RGB (Red+Green+Blue) = 149+129+201=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #9581C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9581C9 is #6A7E36. Grayscale: #8E8E8E. Windows color (decimal): -6979127 or 13205909. OLE color: 13205909.

HSL color Cylindrical-coordinate representation of color #9581C9: hue angle of 256.67º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9581C9 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149129201-
CMYK0.260.3600.21
HSL256.67º40%64.71%-
HSV(B)256.67º35.82%78.82%-
XYZ30.7926.3158.71-
YUV143.19160.63132.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.11%
GREEN value IS 129 (50.78% from 255) = 26.93%
BLUE value IS 201 (78.91% from 255) = 41.96%
R=31.11%
G=26.93%
B=41.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491292010.260.3600.21256.674064.71
Hex9581C91A240151012841
Octal225201311324402540150101
Binary100101011000000111001001110101001000101011000000011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9581C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9581C9; }

 p { color: rgb(149,129,201); }

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

<style>
 a { background-color: #9581C9; }

 a { background-color: rgb(149,129,201); }

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

<style>
 span { border-color: #9581C9; }

 span { border-color: rgb(149,129,201); }

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