Html Css Color HEX #9054EE Medium Purple

📋 copy color: '#9054EE'

red 144 ◦ green 84 ◦ blue 238

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

Shades of Medium Purple #9054EE

Tints of Medium Purple #9054EE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.03%

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

R = 30.9%
G = 18.03%
B = 51.07%

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

#9054EE (or 0x9054EE) is known color: Medium Purple. HEX triplet: 90, 54 and EE. RGB value is (144,84,238). Sum of RGB (Red+Green+Blue) = 144+84+238=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #9054EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9054EE is #6FAB11. Grayscale: #767676. Windows color (decimal): -7318290 or 15619216. OLE color: 15619216.

HSL color Cylindrical-coordinate representation of color #9054EE: hue angle of 263.38º 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 #9054EE is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 84 238 -
CMYK 0.39 0.65 0 0.07
HSL 263.38º 0.82% 0.63% -
HSV(B) 263.38º 0.65% 0.93% -
XYZ 30.1 18.44 82.86 -
YUV 119.5 194.88 145.48 -
System Red Green Blue C M Y K H S L
Decimal 144 84 238 0.39 0.65 0 0.07 263.38 0.82 0.63
Hex 90 54 EE 27 41 0 7 107 52 3F
Octal 220 124 356 47 101 0 7 407 122 77
Binary 10010000 1010100 11101110 100111 1000001 0 111 100000111 1010010 111111

Color Harmonies of #9054EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9054EE

Black with #9054EE

Text Example


Text Example

White with #9054EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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