#9584CD

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

Shades of Cold Purple #9584CD

Tints of Cold Purple #9584CD

Color information

#9584CD (or 0x9584CD) is unknown color: approx Cold Purple. HEX triplet: 95, 84 and CD. RGB value is (149,132,205). Sum of RGB (Red+Green+Blue) = 149+132+205=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #9584CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9584CD is #6A7B32. Grayscale: #919191. Windows color (decimal): -6978355 or 13468821. OLE color: 13468821.

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

Color convert

RGB149132205-
CMYK0.270.3600.20
HSL253.97º42.2%66.08%-
HSV(B)253.97º35.61%80.39%-
XYZ31.6727.361.36-
YUV145.4161.63130.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.66%
GREEN value IS 132 (51.95% from 255) = 27.16%
BLUE value IS 205 (80.47% from 255) = 42.18%
R=30.66%
G=27.16%
B=42.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491322050.270.3600.20253.9742.266.08
Hex9584CD1B24014fe2a42
Octal225204315334402437652102
Binary10010101100001001100110111011100100010100111111101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9584CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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