#9584CA

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

Shades of Cold Purple #9584CA

Tints of Cold Purple #9584CA

Color information

#9584CA (or 0x9584CA) is unknown color: approx Cold Purple. HEX triplet: 95, 84 and CA. RGB value is (149,132,202). Sum of RGB (Red+Green+Blue) = 149+132+202=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #9584CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9584CA is #6A7B35. Grayscale: #909090. Windows color (decimal): -6978358 or 13272213. OLE color: 13272213.

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

Color convert

RGB149132202-
CMYK0.260.3500.21
HSL254.57º39.77%65.49%-
HSV(B)254.57º34.65%79.22%-
XYZ31.3127.1659.47-
YUV145.06160.13130.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.85%
GREEN value IS 132 (51.95% from 255) = 27.33%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=30.85%
G=27.33%
B=41.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491322020.260.3500.21254.5739.7765.49
Hex9584CA1A23015ff2841
Octal225204312324302537750101
Binary10010101100001001100101011010100011010101111111111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9584CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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