#946AE8

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

Shades of Medium Purple #946AE8

Tints of Medium Purple #946AE8

Color information

#946AE8 (or 0x946AE8) is unknown color: approx Medium Purple. HEX triplet: 94, 6A and E8. RGB value is (148,106,232). Sum of RGB (Red+Green+Blue) = 148+106+232=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 232 (91.02% from 255 or 47.74% from 486); Max value from RGB is 232 - color contains mainly: blue. Hex color #946AE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946AE8 is #6B9517. Grayscale: #848484. Windows color (decimal): -7050520 or 15231636. OLE color: 15231636.

HSL color Cylindrical-coordinate representation of color #946AE8: hue angle of 260º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #946AE8 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB148106232-
CMYK0.360.5400.09
HSL260º73.26%66.27%-
HSV(B)260º54.31%90.98%-
XYZ31.9322.4378.99-
YUV132.92183.91138.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.45%
GREEN value IS 106 (41.80% from 255) = 21.81%
BLUE value IS 232 (91.02% from 255) = 47.74%
R=30.45%
G=21.81%
B=47.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1481062320.360.5400.0926073.2666.27
Hex946AE82436091044942
Octal2241523504466011404111102
Binary100101001101010111010001001001101100100110000010010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946AE8; }

 p { color: rgb(148,106,232); }

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

<style>
 a { background-color: #946AE8; }

 a { background-color: rgb(148,106,232); }

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

<style>
 span { border-color: #946AE8; }

 span { border-color: rgb(148,106,232); }

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