#9075D7

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

Shades of Medium Purple #9075D7

Tints of Medium Purple #9075D7

Color information

#9075D7 (or 0x9075D7) is unknown color: approx Medium Purple. HEX triplet: 90, 75 and D7. RGB value is (144,117,215). Sum of RGB (Red+Green+Blue) = 144+117+215=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 215 (84.38% from 255 or 45.17% from 476); Max value from RGB is 215 - color contains mainly: blue. Hex color #9075D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9075D7 is #6F8A28. Grayscale: #878787. Windows color (decimal): -7309865 or 14120336. OLE color: 14120336.

HSL color Cylindrical-coordinate representation of color #9075D7: hue angle of 256.53º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9075D7 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB144117215-
CMYK0.330.4600.16
HSL256.53º55.06%65.1%-
HSV(B)256.53º45.58%84.31%-
XYZ30.1323.5667.25-
YUV136.24172.45133.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.25%
GREEN value IS 117 (46.09% from 255) = 24.58%
BLUE value IS 215 (84.38% from 255) = 45.17%
R=30.25%
G=24.58%
B=45.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1441172150.330.4600.16256.5355.0665.1
Hex9075D7212E0101013741
Octal220165327415602040167101
Binary100100001110101110101111000011011100100001000000011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9075D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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