#9581BE

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

Shades of Cold Purple #9581BE

Tints of Cold Purple #9581BE

Color information

#9581BE (or 0x9581BE) is unknown color: approx Cold Purple. HEX triplet: 95, 81 and BE. RGB value is (149,129,190). Sum of RGB (Red+Green+Blue) = 149+129+190=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #9581BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9581BE is #6A7E41. Grayscale: #8D8D8D. Windows color (decimal): -6979138 or 12485013. OLE color: 12485013.

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

Color convert

RGB149129190-
CMYK0.220.3200.25
HSL259.67º31.94%62.55%-
HSV(B)259.67º32.11%74.51%-
XYZ29.5425.8152.14-
YUV141.93155.13133.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.84%
GREEN value IS 129 (50.78% from 255) = 27.56%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=31.84%
G=27.56%
B=40.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491291900.220.3200.25259.6731.9462.55
Hex9581BE1620019104203f
Octal22520127626400314044077
Binary10010101100000011011111010110100000011001100000100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9581BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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