#9581BA

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

Shades of Cold Purple #9581BA

Tints of Cold Purple #9581BA

Color information

#9581BA (or 0x9581BA) is unknown color: approx Cold Purple. HEX triplet: 95, 81 and BA. RGB value is (149,129,186). Sum of RGB (Red+Green+Blue) = 149+129+186=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #9581BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9581BA is #6A7E45. Grayscale: #8D8D8D. Windows color (decimal): -6979142 or 12222869. OLE color: 12222869.

HSL color Cylindrical-coordinate representation of color #9581BA: hue angle of 261.05º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9581BA is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB149129186-
CMYK0.200.3100.27
HSL261.05º29.23%61.76%-
HSV(B)261.05º30.65%72.94%-
XYZ29.1125.6449.87-
YUV141.48153.13133.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.11%
GREEN value IS 129 (50.78% from 255) = 27.80%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=32.11%
G=27.80%
B=40.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491291860.200.3100.27261.0529.2361.76
Hex9581BA141F01B1051d3e
Octal22520127224370334053576
Binary100101011000000110111010101001111101101110000010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9581BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9581BA; }

 p { color: rgb(149,129,186); }

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

<style>
 a { background-color: #9581BA; }

 a { background-color: rgb(149,129,186); }

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

<style>
 span { border-color: #9581BA; }

 span { border-color: rgb(149,129,186); }

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