#9169ED

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

Shades of Medium Purple #9169ED

Tints of Medium Purple #9169ED

Color information

#9169ED (or 0x9169ED) is unknown color: approx Medium Purple. HEX triplet: 91, 69 and ED. RGB value is (145,105,237). Sum of RGB (Red+Green+Blue) = 145+105+237=487 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.77% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #9169ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9169ED is #6E9612. Grayscale: #838383. Windows color (decimal): -7247379 or 15559057. OLE color: 15559057.

HSL color Cylindrical-coordinate representation of color #9169ED: hue angle of 258.18º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9169ED is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB145105237-
CMYK0.390.5600.07
HSL258.18º78.57%67.06%-
HSV(B)258.18º55.7%92.94%-
XYZ32.0122.2482.73-
YUV132.01187.25137.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.77%
GREEN value IS 105 (41.41% from 255) = 21.56%
BLUE value IS 237 (92.97% from 255) = 48.67%
R=29.77%
G=21.56%
B=48.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1451052370.390.5600.07258.1878.5767.06
Hex9169ED2738071024f43
Octal221151355477007402117103
Binary10010001110100111101101100111111000011110000001010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9169ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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