#9464E3

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

Shades of Medium Purple #9464E3

Tints of Medium Purple #9464E3

Color information

#9464E3 (or 0x9464E3) is unknown color: approx Medium Purple. HEX triplet: 94, 64 and E3. RGB value is (148,100,227). Sum of RGB (Red+Green+Blue) = 148+100+227=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 227 (89.06% from 255 or 47.79% from 475); Max value from RGB is 227 - color contains mainly: blue. Hex color #9464E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9464E3 is #6B9B1C. Grayscale: #808080. Windows color (decimal): -7052061 or 14902420. OLE color: 14902420.

HSL color Cylindrical-coordinate representation of color #9464E3: hue angle of 262.68º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9464E3 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB148100227-
CMYK0.350.5600.11
HSL262.68º69.4%64.12%-
HSV(B)262.68º55.95%89.02%-
XYZ30.6420.9675.1-
YUV128.83183.4141.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.16%
GREEN value IS 100 (39.45% from 255) = 21.05%
BLUE value IS 227 (89.06% from 255) = 47.79%
R=31.16%
G=21.05%
B=47.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1481002270.350.5600.11262.6869.464.12
Hex9464E323380B1074540
Octal2241443434370013407105100
Binary100101001100100111000111000111110000101110000011110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9464E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9464E3; }

 p { color: rgb(148,100,227); }

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

<style>
 a { background-color: #9464E3; }

 a { background-color: rgb(148,100,227); }

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

<style>
 span { border-color: #9464E3; }

 span { border-color: rgb(148,100,227); }

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