#9152EE

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

Shades of Medium Purple #9152EE

Tints of Medium Purple #9152EE

Color information

#9152EE (or 0x9152EE) is unknown color: approx Medium Purple. HEX triplet: 91, 52 and EE. RGB value is (145,82,238). Sum of RGB (Red+Green+Blue) = 145+82+238=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #9152EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9152EE is #6EAD11. Grayscale: #767676. Windows color (decimal): -7253266 or 15618705. OLE color: 15618705.

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

Color convert

RGB14582238-
CMYK0.390.6600.07
HSL264.23º82.11%62.75%-
HSV(B)264.23º65.55%93.33%-
XYZ30.1318.2382.82-
YUV118.62195.37146.82-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.18%
GREEN value IS 82 (32.42% from 255) = 17.63%
BLUE value IS 238 (93.36% from 255) = 51.18%
R=31.18%
G=17.63%
B=51.18%

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
Decimal145822380.390.6600.07264.2382.1162.75
Hex9152EE274207108523f
Octal221122356471020741012277
Binary10010001101001011101110100111100001001111000010001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9152EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9152EE; }

 p { color: rgb(145,82,238); }

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

<style>
 a { background-color: #9152EE; }

 a { background-color: rgb(145,82,238); }

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

<style>
 span { border-color: #9152EE; }

 span { border-color: rgb(145,82,238); }

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