#9075EE

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

Shades of Medium Purple #9075EE

Tints of Medium Purple #9075EE

Color information

#9075EE (or 0x9075EE) is unknown color: approx Medium Purple. HEX triplet: 90, 75 and EE. RGB value is (144,117,238). Sum of RGB (Red+Green+Blue) = 144+117+238=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #9075EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9075EE is #6F8A11. Grayscale: #8A8A8A. Windows color (decimal): -7309842 or 15627664. OLE color: 15627664.

HSL color Cylindrical-coordinate representation of color #9075EE: hue angle of 253.39º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9075EE is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144117238-
CMYK0.390.5100.07
HSL253.39º78.06%69.61%-
HSV(B)253.39º50.84%93.33%-
XYZ33.324.8283.93-
YUV138.87183.95131.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.86%
GREEN value IS 117 (46.09% from 255) = 23.45%
BLUE value IS 238 (93.36% from 255) = 47.70%
R=28.86%
G=23.45%
B=47.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1441172380.390.5100.07253.3978.0669.61
Hex9075EE273307fd4e46
Octal220165356476307375116106
Binary1001000011101011110111010011111001101111111110110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9075EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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