#9581EB

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

Shades of Medium Purple #9581EB

Tints of Medium Purple #9581EB

Color information

#9581EB (or 0x9581EB) is unknown color: approx Medium Purple. HEX triplet: 95, 81 and EB. RGB value is (149,129,235). Sum of RGB (Red+Green+Blue) = 149+129+235=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #9581EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9581EB is #6A7E14. Grayscale: #929292. Windows color (decimal): -6979093 or 15434133. OLE color: 15434133.

HSL color Cylindrical-coordinate representation of color #9581EB: hue angle of 251.32º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9581EB is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB149129235-
CMYK0.370.4500.08
HSL251.32º72.6%71.37%-
HSV(B)251.32º45.11%92.16%-
XYZ35.2428.0982.16-
YUV147.06177.63129.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.04%
GREEN value IS 129 (50.78% from 255) = 25.15%
BLUE value IS 235 (92.19% from 255) = 45.81%
R=29.04%
G=25.15%
B=45.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1491292350.370.4500.08251.3272.671.37
Hex9581EB252D08fb4947
Octal2252013534555010373111107
Binary100101011000000111101011100101101101010001111101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9581EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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