#9256E4

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

Shades of Medium Purple #9256E4

Tints of Medium Purple #9256E4

Color information

#9256E4 (or 0x9256E4) is unknown color: approx Medium Purple. HEX triplet: 92, 56 and E4. RGB value is (146,86,228). Sum of RGB (Red+Green+Blue) = 146+86+228=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 228 (89.45% from 255 or 49.57% from 460); Max value from RGB is 228 - color contains mainly: blue. Hex color #9256E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9256E4 is #6DA91B. Grayscale: #777777. Windows color (decimal): -7186716 or 14964370. OLE color: 14964370.

HSL color Cylindrical-coordinate representation of color #9256E4: hue angle of 265.35º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9256E4 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14686228-
CMYK0.360.6200.11
HSL265.35º72.45%61.57%-
HSV(B)265.35º62.28%89.41%-
XYZ29.1918.3775.41-
YUV120.13188.88146.45-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.74%
GREEN value IS 86 (33.98% from 255) = 18.70%
BLUE value IS 228 (89.45% from 255) = 49.57%
R=31.74%
G=18.70%
B=49.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal146862280.360.6200.11265.3572.4561.57
Hex9256E4243E0B109483e
Octal222126344447601341111076
Binary10010010101011011100100100100111110010111000010011001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9256E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9256E4; }

 p { color: rgb(146,86,228); }

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

<style>
 a { background-color: #9256E4; }

 a { background-color: rgb(146,86,228); }

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

<style>
 span { border-color: #9256E4; }

 span { border-color: rgb(146,86,228); }

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