#9582CA

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

Shades of Cold Purple #9582CA

Tints of Cold Purple #9582CA

Color information

#9582CA (or 0x9582CA) is unknown color: approx Cold Purple. HEX triplet: 95, 82 and CA. RGB value is (149,130,202). Sum of RGB (Red+Green+Blue) = 149+130+202=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #9582CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9582CA is #6A7D35. Grayscale: #8F8F8F. Windows color (decimal): -6978870 or 13271701. OLE color: 13271701.

HSL color Cylindrical-coordinate representation of color #9582CA: hue angle of 255.83º 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 #9582CA is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149130202-
CMYK0.260.3600.21
HSL255.83º40.45%65.1%-
HSV(B)255.83º35.64%79.22%-
XYZ31.0426.6259.38-
YUV143.89160.79131.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.98%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=30.98%
G=27.03%
B=42.00%

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
Decimal1491302020.260.3600.21255.8340.4565.1
Hex9582CA1A240151002841
Octal225202312324402540050101
Binary100101011000001011001010110101001000101011000000001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9582CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9582CA; }

 p { color: rgb(149,130,202); }

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

<style>
 a { background-color: #9582CA; }

 a { background-color: rgb(149,130,202); }

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

<style>
 span { border-color: #9582CA; }

 span { border-color: rgb(149,130,202); }

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