#9268E4

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

Shades of Medium Purple #9268E4

Tints of Medium Purple #9268E4

Color information

#9268E4 (or 0x9268E4) is unknown color: approx Medium Purple. HEX triplet: 92, 68 and E4. RGB value is (146,104,228). Sum of RGB (Red+Green+Blue) = 146+104+228=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 228 (89.45% from 255 or 47.70% from 478); Max value from RGB is 228 - color contains mainly: blue. Hex color #9268E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9268E4 is #6D971B. Grayscale: #828282. Windows color (decimal): -7182108 or 14968978. OLE color: 14968978.

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

Color convert

RGB146104228-
CMYK0.360.5400.11
HSL260.32º69.66%65.1%-
HSV(B)260.32º54.39%89.41%-
XYZ30.8121.6175.95-
YUV130.69182.91138.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.54%
GREEN value IS 104 (41.02% from 255) = 21.76%
BLUE value IS 228 (89.45% from 255) = 47.70%
R=30.54%
G=21.76%
B=47.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1461042280.360.5400.11260.3269.6665.1
Hex9268E424360B1044641
Octal2221503444466013404106101
Binary100100101101000111001001001001101100101110000010010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9268E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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