Html Css Color HEX #9053EE Medium Purple

📋 copy color: '#9053EE'

red 144 ◦ green 83 ◦ blue 238

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

Shades of Medium Purple #9053EE

Tints of Medium Purple #9053EE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.85%

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

R = 30.97%
G = 17.85%
B = 51.18%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9053EE (or 0x9053EE) is known color: Medium Purple. HEX triplet: 90, 53 and EE. RGB value is (144,83,238). Sum of RGB (Red+Green+Blue) = 144+83+238=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #9053EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9053EE is #6FAC11. Grayscale: #767676. Windows color (decimal): -7318546 or 15618960. OLE color: 15618960.

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

Color convert

RGB 144 83 238 -
CMYK 0.39 0.65 0 0.07
HSL 263.61º 0.82% 0.63% -
HSV(B) 263.61º 0.65% 0.93% -
XYZ 30.03 18.29 82.84 -
YUV 118.91 195.21 145.9 -
System Red Green Blue C M Y K H S L
Decimal 144 83 238 0.39 0.65 0 0.07 263.61 0.82 0.63
Hex 90 53 EE 27 41 0 7 108 52 3F
Octal 220 123 356 47 101 0 7 410 122 77
Binary 10010000 1010011 11101110 100111 1000001 0 111 100001000 1010010 111111

Color Harmonies of #9053EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9053EE

Black with #9053EE

Text Example


Text Example

White with #9053EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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