#9168E2

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

Shades of Medium Purple #9168E2

Tints of Medium Purple #9168E2

Color information

#9168E2 (or 0x9168E2) is unknown color: approx Medium Purple. HEX triplet: 91, 68 and E2. RGB value is (145,104,226). Sum of RGB (Red+Green+Blue) = 145+104+226=475 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.53% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 226 (88.67% from 255 or 47.58% from 475); Max value from RGB is 226 - color contains mainly: blue. Hex color #9168E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9168E2 is #6E971D. Grayscale: #818181. Windows color (decimal): -7247646 or 14837905. OLE color: 14837905.

HSL color Cylindrical-coordinate representation of color #9168E2: hue angle of 260.16º degrees, saturation: 0.68, 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 #9168E2 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB145104226-
CMYK0.360.5400.11
HSL260.16º67.78%64.71%-
HSV(B)260.16º53.98%88.63%-
XYZ30.3521.4174.48-
YUV130.17182.08138.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.53%
GREEN value IS 104 (41.02% from 255) = 21.89%
BLUE value IS 226 (88.67% from 255) = 47.58%
R=30.53%
G=21.89%
B=47.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1451042260.360.5400.11260.1667.7864.71
Hex9168E224360B1044441
Octal2211503424466013404104101
Binary100100011101000111000101001001101100101110000010010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9168E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9168E2; }

 p { color: rgb(145,104,226); }

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

<style>
 a { background-color: #9168E2; }

 a { background-color: rgb(145,104,226); }

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

<style>
 span { border-color: #9168E2; }

 span { border-color: rgb(145,104,226); }

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