#9154EE

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

Shades of Medium Purple #9154EE

Tints of Medium Purple #9154EE

Color information

#9154EE (or 0x9154EE) is unknown color: approx Medium Purple. HEX triplet: 91, 54 and EE. RGB value is (145,84,238). Sum of RGB (Red+Green+Blue) = 145+84+238=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #9154EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9154EE is #6EAB11. Grayscale: #777777. Windows color (decimal): -7252754 or 15619217. OLE color: 15619217.

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

Color convert

RGB14584238-
CMYK0.390.6500.07
HSL263.77º81.91%63.14%-
HSV(B)263.77º64.71%93.33%-
XYZ30.2818.5382.87-
YUV119.8194.71145.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.05%
GREEN value IS 84 (33.20% from 255) = 17.99%
BLUE value IS 238 (93.36% from 255) = 50.96%
R=31.05%
G=17.99%
B=50.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal145842380.390.6500.07263.7781.9163.14
Hex9154EE274107108523f
Octal221124356471010741012277
Binary10010001101010011101110100111100000101111000010001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9154EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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