#9255E8

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

Shades of Medium Purple #9255E8

Tints of Medium Purple #9255E8

Color information

#9255E8 (or 0x9255E8) is unknown color: approx Medium Purple. HEX triplet: 92, 55 and E8. RGB value is (146,85,232). Sum of RGB (Red+Green+Blue) = 146+85+232=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 232 (91.02% from 255 or 50.11% from 463); Max value from RGB is 232 - color contains mainly: blue. Hex color #9255E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9255E8 is #6DAA17. Grayscale: #777777. Windows color (decimal): -7186968 or 15226258. OLE color: 15226258.

HSL color Cylindrical-coordinate representation of color #9255E8: hue angle of 264.9º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9255E8 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14685232-
CMYK0.370.6300.09
HSL264.9º76.17%62.16%-
HSV(B)264.9º63.36%90.98%-
XYZ29.6718.4378.34-
YUV120191.21146.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.53%
GREEN value IS 85 (33.59% from 255) = 18.36%
BLUE value IS 232 (91.02% from 255) = 50.11%
R=31.53%
G=18.36%
B=50.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal146852320.370.6300.09264.976.1762.16
Hex9255E8253F091094c3e
Octal222125350457701141111476
Binary10010010101010111101000100101111111010011000010011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9255E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9255E8; }

 p { color: rgb(146,85,232); }

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

<style>
 a { background-color: #9255E8; }

 a { background-color: rgb(146,85,232); }

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

<style>
 span { border-color: #9255E8; }

 span { border-color: rgb(146,85,232); }

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