#9169E8

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

Shades of Medium Purple #9169E8

Tints of Medium Purple #9169E8

Color information

#9169E8 (or 0x9169E8) is unknown color: approx Medium Purple. HEX triplet: 91, 69 and E8. RGB value is (145,105,232). Sum of RGB (Red+Green+Blue) = 145+105+232=482 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.08% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 232 - color contains mainly: blue. Hex color #9169E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9169E8 is #6E9617. Grayscale: #828282. Windows color (decimal): -7247384 or 15231377. OLE color: 15231377.

HSL color Cylindrical-coordinate representation of color #9169E8: hue angle of 258.9º degrees, saturation: 0.73, 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 #9169E8 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB145105232-
CMYK0.380.5500.09
HSL258.9º73.41%66.08%-
HSV(B)258.9º54.74%90.98%-
XYZ31.2921.9578.93-
YUV131.44184.75137.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.08%
GREEN value IS 105 (41.41% from 255) = 21.78%
BLUE value IS 232 (91.02% from 255) = 48.13%
R=30.08%
G=21.78%
B=48.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1451052320.380.5500.09258.973.4166.08
Hex9169E82637091034942
Octal2211513504667011403111102
Binary100100011101001111010001001101101110100110000001110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9169E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9169E8; }

 p { color: rgb(145,105,232); }

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

<style>
 a { background-color: #9169E8; }

 a { background-color: rgb(145,105,232); }

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

<style>
 span { border-color: #9169E8; }

 span { border-color: rgb(145,105,232); }

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