#9151ED

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

Shades of Medium Purple #9151ED

Tints of Medium Purple #9151ED

Color information

#9151ED (or 0x9151ED) is unknown color: approx Medium Purple. HEX triplet: 91, 51 and ED. RGB value is (145,81,237). Sum of RGB (Red+Green+Blue) = 145+81+237=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #9151ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9151ED is #6EAE12. Grayscale: #757575. Windows color (decimal): -7253523 or 15552913. OLE color: 15552913.

HSL color Cylindrical-coordinate representation of color #9151ED: hue angle of 264.62º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9151ED is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14581237-
CMYK0.390.6600.07
HSL264.62º81.25%62.35%-
HSV(B)264.62º65.82%92.94%-
XYZ29.9118.0282.02-
YUV117.92195.2147.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.32%
GREEN value IS 81 (32.03% from 255) = 17.49%
BLUE value IS 237 (92.97% from 255) = 51.19%
R=31.32%
G=17.49%
B=51.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal145812370.390.6600.07264.6281.2562.35
Hex9151ED274207109513e
Octal221121355471020741112176
Binary10010001101000111101101100111100001001111000010011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9151ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9151ED; }

 p { color: rgb(145,81,237); }

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

<style>
 a { background-color: #9151ED; }

 a { background-color: rgb(145,81,237); }

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

<style>
 span { border-color: #9151ED; }

 span { border-color: rgb(145,81,237); }

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