#9180DE

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

Shades of Medium Purple #9180DE

Tints of Medium Purple #9180DE

Color information

#9180DE (or 0x9180DE) is unknown color: approx Medium Purple. HEX triplet: 91, 80 and DE. RGB value is (145,128,222). Sum of RGB (Red+Green+Blue) = 145+128+222=495 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.29% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #9180DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9180DE is #6E7F21. Grayscale: #8F8F8F. Windows color (decimal): -7241506 or 14581905. OLE color: 14581905.

HSL color Cylindrical-coordinate representation of color #9180DE: hue angle of 250.85º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9180DE is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145128222-
CMYK0.350.4200.13
HSL250.85º58.75%68.63%-
HSV(B)250.85º42.34%87.06%-
XYZ32.5826.7372.55-
YUV143.8172.13128.86-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.29%
GREEN value IS 128 (50.39% from 255) = 25.86%
BLUE value IS 222 (87.11% from 255) = 44.85%
R=29.29%
G=25.86%
B=44.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451282220.350.4200.13250.8558.7568.63
Hex9180DE232A0Dfb3b45
Octal221200336435201537373105
Binary10010001100000001101111010001110101001101111110111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9180DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9180DE; }

 p { color: rgb(145,128,222); }

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

<style>
 a { background-color: #9180DE; }

 a { background-color: rgb(145,128,222); }

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

<style>
 span { border-color: #9180DE; }

 span { border-color: rgb(145,128,222); }

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