#9075DA

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

Shades of Medium Purple #9075DA

Tints of Medium Purple #9075DA

Color information

#9075DA (or 0x9075DA) is unknown color: approx Medium Purple. HEX triplet: 90, 75 and DA. RGB value is (144,117,218). Sum of RGB (Red+Green+Blue) = 144+117+218=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #9075DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9075DA is #6F8A25. Grayscale: #888888. Windows color (decimal): -7309862 or 14316944. OLE color: 14316944.

HSL color Cylindrical-coordinate representation of color #9075DA: hue angle of 256.04º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9075DA is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB144117218-
CMYK0.340.4600.15
HSL256.04º57.71%65.69%-
HSV(B)256.04º46.33%85.49%-
XYZ30.5223.7169.3-
YUV136.59173.95133.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.06%
GREEN value IS 117 (46.09% from 255) = 24.43%
BLUE value IS 218 (85.55% from 255) = 45.51%
R=30.06%
G=24.43%
B=45.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1441172180.340.4600.15256.0457.7165.69
Hex9075DA222E0F1003a42
Octal220165332425601740072102
Binary10010000111010111011010100010101110011111000000001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9075DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9075DA; }

 p { color: rgb(144,117,218); }

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

<style>
 a { background-color: #9075DA; }

 a { background-color: rgb(144,117,218); }

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

<style>
 span { border-color: #9075DA; }

 span { border-color: rgb(144,117,218); }

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