Html Css Color HEX #9053EF Medium Purple

📋 copy color: '#9053EF'

red 144 ◦ green 83 ◦ blue 239

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

Shades of Medium Purple #9053EF

Tints of Medium Purple #9053EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.29%

R = 30.9%
G = 17.81%
B = 51.29%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9053EF (or 0x9053EF) is known color: Medium Purple. HEX triplet: 90, 53 and EF. RGB value is (144,83,239). Sum of RGB (Red+Green+Blue) = 144+83+239=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #9053EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9053EF is #6FAC10. Grayscale: #767676. Windows color (decimal): -7318545 or 15684496. OLE color: 15684496.

HSL color Cylindrical-coordinate representation of color #9053EF: hue angle of 263.46º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9053EF is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 83 239 -
CMYK 0.40 0.65 0 0.06
HSL 263.46º 0.83% 0.63% -
HSV(B) 263.46º 0.65% 0.94% -
XYZ 30.17 18.35 83.61 -
YUV 119.02 195.71 145.82 -
System Red Green Blue C M Y K H S L
Decimal 144 83 239 0.40 0.65 0 0.06 263.46 0.83 0.63
Hex 90 53 EF 28 41 0 6 107 53 3F
Octal 220 123 357 50 101 0 6 407 123 77
Binary 10010000 1010011 11101111 101000 1000001 0 110 100000111 1010011 111111

Color Harmonies of #9053EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9053EF

Black with #9053EF

Text Example


Text Example

White with #9053EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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