#915DE0

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

Shades of Medium Purple #915DE0

Tints of Medium Purple #915DE0

Color information

#915DE0 (or 0x915DE0) is unknown color: approx Medium Purple. HEX triplet: 91, 5D and E0. RGB value is (145,93,224). Sum of RGB (Red+Green+Blue) = 145+93+224=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #915DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915DE0 is #6EA21F. Grayscale: #7B7B7B. Windows color (decimal): -7250464 or 14704017. OLE color: 14704017.

HSL color Cylindrical-coordinate representation of color #915DE0: hue angle of 263.82º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #915DE0 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14593224-
CMYK0.350.5800.12
HSL263.82º67.88%62.16%-
HSV(B)263.82º58.48%87.84%-
XYZ29.0519.2372.7-
YUV123.48184.73143.35-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.39%
GREEN value IS 93 (36.72% from 255) = 20.13%
BLUE value IS 224 (87.89% from 255) = 48.48%
R=31.39%
G=20.13%
B=48.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal145932240.350.5800.12263.8267.8862.16
Hex915DE0233A0C108443e
Octal221135340437201441010476
Binary10010001101110111100000100011111010011001000010001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915DE0; }

 p { color: rgb(145,93,224); }

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

<style>
 a { background-color: #915DE0; }

 a { background-color: rgb(145,93,224); }

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

<style>
 span { border-color: #915DE0; }

 span { border-color: rgb(145,93,224); }

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