#9583EB

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

Shades of Medium Purple #9583EB

Tints of Medium Purple #9583EB

Color information

#9583EB (or 0x9583EB) is unknown color: approx Medium Purple. HEX triplet: 95, 83 and EB. RGB value is (149,131,235). Sum of RGB (Red+Green+Blue) = 149+131+235=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #9583EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9583EB is #6A7C14. Grayscale: #939393. Windows color (decimal): -6978581 or 15434645. OLE color: 15434645.

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

Color convert

RGB149131235-
CMYK0.370.4400.08
HSL250.38º72.22%71.76%-
HSV(B)250.38º44.26%92.16%-
XYZ35.5128.6282.25-
YUV148.24176.96128.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.93%
GREEN value IS 131 (51.56% from 255) = 25.44%
BLUE value IS 235 (92.19% from 255) = 45.63%
R=28.93%
G=25.44%
B=45.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1491312350.370.4400.08250.3872.2271.76
Hex9583EB252C08fa4848
Octal2252033534554010372110110
Binary100101011000001111101011100101101100010001111101010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9583EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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