#9580BF

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

Shades of Cold Purple #9580BF

Tints of Cold Purple #9580BF

Color information

#9580BF (or 0x9580BF) is unknown color: approx Cold Purple. HEX triplet: 95, 80 and BF. RGB value is (149,128,191). Sum of RGB (Red+Green+Blue) = 149+128+191=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #9580BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9580BF is #6A7F40. Grayscale: #8D8D8D. Windows color (decimal): -6979393 or 12550293. OLE color: 12550293.

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

Color convert

RGB149128191-
CMYK0.220.3300.25
HSL260º32.98%62.55%-
HSV(B)260º32.98%74.9%-
XYZ29.5225.5952.67-
YUV141.46155.96133.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.84%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 191 (75% from 255) = 40.81%
R=31.84%
G=27.35%
B=40.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491281910.220.3300.2526032.9862.55
Hex9580BF1621019104213f
Octal22520027726410314044177
Binary10010101100000001011111110110100001011001100000100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9580BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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