#9058E6

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

Shades of Medium Purple #9058E6

Tints of Medium Purple #9058E6

Color information

#9058E6 (or 0x9058E6) is unknown color: approx Medium Purple. HEX triplet: 90, 58 and E6. RGB value is (144,88,230). Sum of RGB (Red+Green+Blue) = 144+88+230=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 230 (90.23% from 255 or 49.78% from 462); Max value from RGB is 230 - color contains mainly: blue. Hex color #9058E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9058E6 is #6FA719. Grayscale: #787878. Windows color (decimal): -7317274 or 15095952. OLE color: 15095952.

HSL color Cylindrical-coordinate representation of color #9058E6: hue angle of 263.66º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9058E6 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14488230-
CMYK0.370.6200.10
HSL263.66º73.96%62.35%-
HSV(B)263.66º61.74%90.2%-
XYZ29.2718.6276.91-
YUV120.93189.55144.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.17%
GREEN value IS 88 (34.77% from 255) = 19.05%
BLUE value IS 230 (90.23% from 255) = 49.78%
R=31.17%
G=19.05%
B=49.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal144882300.370.6200.10263.6673.9662.35
Hex9058E6253E0A1084a3e
Octal220130346457601241011276
Binary10010000101100011100110100101111110010101000010001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9058E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9058E6; }

 p { color: rgb(144,88,230); }

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

<style>
 a { background-color: #9058E6; }

 a { background-color: rgb(144,88,230); }

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

<style>
 span { border-color: #9058E6; }

 span { border-color: rgb(144,88,230); }

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