#9584BF

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

Shades of Cold Purple #9584BF

Tints of Cold Purple #9584BF

Color information

#9584BF (or 0x9584BF) is unknown color: approx Cold Purple. HEX triplet: 95, 84 and BF. RGB value is (149,132,191). Sum of RGB (Red+Green+Blue) = 149+132+191=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #9584BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9584BF is #6A7B40. Grayscale: #8F8F8F. Windows color (decimal): -6978369 or 12551317. OLE color: 12551317.

HSL color Cylindrical-coordinate representation of color #9584BF: hue angle of 257.29º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9584BF is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149132191-
CMYK0.220.3100.25
HSL257.29º31.55%63.33%-
HSV(B)257.29º30.89%74.9%-
XYZ30.0526.6552.85-
YUV143.81154.63131.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.57%
GREEN value IS 132 (51.95% from 255) = 27.97%
BLUE value IS 191 (75% from 255) = 40.47%
R=31.57%
G=27.97%
B=40.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491321910.220.3100.25257.2931.5563.33
Hex9584BF161F019101203f
Octal22520427726370314014077
Binary1001010110000100101111111011011111011001100000001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9584BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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