#9263E1

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

Shades of Medium Purple #9263E1

Tints of Medium Purple #9263E1

Color information

#9263E1 (or 0x9263E1) is unknown color: approx Medium Purple. HEX triplet: 92, 63 and E1. RGB value is (146,99,225). Sum of RGB (Red+Green+Blue) = 146+99+225=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #9263E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9263E1 is #6D9C1E. Grayscale: #7E7E7E. Windows color (decimal): -7183391 or 14771090. OLE color: 14771090.

HSL color Cylindrical-coordinate representation of color #9263E1: hue angle of 262.38º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9263E1 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14699225-
CMYK0.350.5600.12
HSL262.38º67.74%63.53%-
HSV(B)262.38º56%88.24%-
XYZ29.9120.4773.61-
YUV127.42183.07141.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.06%
GREEN value IS 99 (39.06% from 255) = 21.06%
BLUE value IS 225 (88.28% from 255) = 47.87%
R=31.06%
G=21.06%
B=47.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal146992250.350.5600.12262.3867.7463.53
Hex9263E123380C1064440
Octal2221433414370014406104100
Binary100100101100011111000011000111110000110010000011010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9263E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9263E1; }

 p { color: rgb(146,99,225); }

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

<style>
 a { background-color: #9263E1; }

 a { background-color: rgb(146,99,225); }

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

<style>
 span { border-color: #9263E1; }

 span { border-color: rgb(146,99,225); }

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