Html Css Color HEX #9056EE Medium Purple

📋 copy color: '#9056EE'

red 144 ◦ green 86 ◦ blue 238

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

Shades of Medium Purple #9056EE

Tints of Medium Purple #9056EE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.38%

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

R = 30.77%
G = 18.38%
B = 50.85%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9056EE (or 0x9056EE) is known color: Medium Purple. HEX triplet: 90, 56 and EE. RGB value is (144,86,238). Sum of RGB (Red+Green+Blue) = 144+86+238=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #9056EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9056EE is #6FA911. Grayscale: #787878. Windows color (decimal): -7317778 or 15619728. OLE color: 15619728.

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

Color convert

RGB 144 86 238 -
CMYK 0.39 0.64 0 0.07
HSL 262.89º 0.82% 0.64% -
HSV(B) 262.89º 0.64% 0.93% -
XYZ 30.26 18.76 82.91 -
YUV 120.67 194.22 144.64 -
System Red Green Blue C M Y K H S L
Decimal 144 86 238 0.39 0.64 0 0.07 262.89 0.82 0.64
Hex 90 56 EE 27 40 0 7 107 52 40
Octal 220 126 356 47 100 0 7 407 122 100
Binary 10010000 1010110 11101110 100111 1000000 0 111 100000111 1010010 1000000

Color Harmonies of #9056EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9056EE

Black with #9056EE

Text Example


Text Example

White with #9056EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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