#9469E4

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

Shades of Medium Purple #9469E4

Tints of Medium Purple #9469E4

Color information

#9469E4 (or 0x9469E4) is unknown color: approx Medium Purple. HEX triplet: 94, 69 and E4. RGB value is (148,105,228). Sum of RGB (Red+Green+Blue) = 148+105+228=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #9469E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9469E4 is #6B961B. Grayscale: #838383. Windows color (decimal): -7050780 or 14969236. OLE color: 14969236.

HSL color Cylindrical-coordinate representation of color #9469E4: hue angle of 260.98º degrees, saturation: 0.69, 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 #9469E4 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB148105228-
CMYK0.350.5400.11
HSL260.98º69.49%65.29%-
HSV(B)260.98º53.95%89.41%-
XYZ31.272276-
YUV131.88182.25139.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.77%
GREEN value IS 105 (41.41% from 255) = 21.83%
BLUE value IS 228 (89.45% from 255) = 47.40%
R=30.77%
G=21.83%
B=47.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1481052280.350.5400.11260.9869.4965.29
Hex9469E423360B1054541
Octal2241513444366013405105101
Binary100101001101001111001001000111101100101110000010110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9469E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,105,228); }

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

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

 a { background-color: rgb(148,105,228); }

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

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

 span { border-color: rgb(148,105,228); }

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