Html Css Color HEX #9057EE Medium Purple

📋 copy color: '#9057EE'

red 144 ◦ green 87 ◦ blue 238

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

Shades of Medium Purple #9057EE

Tints of Medium Purple #9057EE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.55%

 BLUE value IS 238 (93.36% from 255) = 50.75%

R = 30.7%
G = 18.55%
B = 50.75%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9057EE (or 0x9057EE) is known color: Medium Purple. HEX triplet: 90, 57 and EE. RGB value is (144,87,238). Sum of RGB (Red+Green+Blue) = 144+87+238=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #9057EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9057EE is #6FA811. Grayscale: #787878. Windows color (decimal): -7317522 or 15619984. OLE color: 15619984.

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

Color convert

RGB 144 87 238 -
CMYK 0.39 0.63 0 0.07
HSL 262.65º 0.82% 0.64% -
HSV(B) 262.65º 0.63% 0.93% -
XYZ 30.34 18.92 82.94 -
YUV 121.26 193.88 144.22 -
System Red Green Blue C M Y K H S L
Decimal 144 87 238 0.39 0.63 0 0.07 262.65 0.82 0.64
Hex 90 57 EE 27 3F 0 7 107 52 40
Octal 220 127 356 47 77 0 7 407 122 100
Binary 10010000 1010111 11101110 100111 111111 0 111 100000111 1010010 1000000

Color Harmonies of #9057EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9057EE

Black with #9057EE

Text Example


Text Example

White with #9057EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9057EE;
 }
 .AnyTagClassName
 {
   color: #9057EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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