#9468E9

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

Shades of Medium Purple #9468E9

Tints of Medium Purple #9468E9

Color information

#9468E9 (or 0x9468E9) is unknown color: approx Medium Purple. HEX triplet: 94, 68 and E9. RGB value is (148,104,233). Sum of RGB (Red+Green+Blue) = 148+104+233=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 233 (91.41% from 255 or 48.04% from 485); Max value from RGB is 233 - color contains mainly: blue. Hex color #9468E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9468E9 is #6B9716. Grayscale: #838383. Windows color (decimal): -7051031 or 15296660. OLE color: 15296660.

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

Color convert

RGB148104233-
CMYK0.360.5500.09
HSL260.47º74.57%66.08%-
HSV(B)260.47º55.36%91.37%-
XYZ31.8722.0879.67-
YUV131.86185.08139.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.52%
GREEN value IS 104 (41.02% from 255) = 21.44%
BLUE value IS 233 (91.41% from 255) = 48.04%
R=30.52%
G=21.44%
B=48.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1481042330.360.5500.09260.4774.5766.08
Hex9468E92437091044b42
Octal2241503514467011404113102
Binary100101001101000111010011001001101110100110000010010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9468E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9468E9; }

 p { color: rgb(148,104,233); }

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

<style>
 a { background-color: #9468E9; }

 a { background-color: rgb(148,104,233); }

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

<style>
 span { border-color: #9468E9; }

 span { border-color: rgb(148,104,233); }

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