Html Css Color HEX #9059EC Medium Purple

📋 copy color: '#9059EC'

red 144 ◦ green 89 ◦ blue 236

#9059EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #9059EC

Tints of Medium Purple #9059EC

RGB

 RED value IS 144 (56.64% from 255) = 30.7%

 GREEN value IS 89 (35.16% from 255) = 18.98%

 BLUE value IS 236 (92.58% from 255) = 50.32%

R = 30.7%
G = 18.98%
B = 50.32%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9059EC (or 0x9059EC) is known color: Medium Purple. HEX triplet: 90, 59 and EC. RGB value is (144,89,236). Sum of RGB (Red+Green+Blue) = 144+89+236=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #9059EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9059EC is #6FA613. Grayscale: #797979. Windows color (decimal): -7317012 or 15489424. OLE color: 15489424.

HSL color Cylindrical-coordinate representation of color #9059EC: hue angle of 262.45º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9059EC is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 89 236 -
CMYK 0.39 0.62 0 0.07
HSL 262.45º 0.79% 0.64% -
HSV(B) 262.45º 0.62% 0.93% -
XYZ 30.21 19.13 81.46 -
YUV 122.2 192.22 143.55 -
System Red Green Blue C M Y K H S L
Decimal 144 89 236 0.39 0.62 0 0.07 262.45 0.79 0.64
Hex 90 59 EC 27 3E 0 7 106 4F 40
Octal 220 131 354 47 76 0 7 406 117 100
Binary 10010000 1011001 11101100 100111 111110 0 111 100000110 1001111 1000000

Color Harmonies of #9059EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9059EC

Black with #9059EC

Text Example


Text Example

White with #9059EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9059EC; }

 p { color: rgb(144,89,236); }

 H1.HeaderClassName
 {
   color: #9059EC;
 }
 .AnyTagClassName
 {
   color: #9059EC;
 }
</style>

background-color css

<style>
 a { background-color: #9059EC; }

 a { background-color: rgb(144,89,236); }

 div.DivClassName
 {
   background-color: #9059EC;
 }
 .BgClassName
 {
   background-color: #9059EC;
 }
</style>

border-color css

<style>
 span { border-color: #9059EC; }

 span { border-color: rgb(144,89,236); }

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