Html Css Color HEX #9050EF Medium Purple

📋 copy color: '#9050EF'

red 144 ◦ green 80 ◦ blue 239

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

Shades of Medium Purple #9050EF

Tints of Medium Purple #9050EF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.28%

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

R = 31.1%
G = 17.28%
B = 51.62%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9050EF (or 0x9050EF) is known color: Medium Purple. HEX triplet: 90, 50 and EF. RGB value is (144,80,239). Sum of RGB (Red+Green+Blue) = 144+80+239=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #9050EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9050EF is #6FAF10. Grayscale: #747474. Windows color (decimal): -7319313 or 15683728. OLE color: 15683728.

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

Color convert

RGB 144 80 239 -
CMYK 0.40 0.67 0 0.06
HSL 264.15º 0.83% 0.63% -
HSV(B) 264.15º 0.67% 0.94% -
XYZ 29.95 17.9 83.54 -
YUV 117.26 196.7 147.07 -
System Red Green Blue C M Y K H S L
Decimal 144 80 239 0.40 0.67 0 0.06 264.15 0.83 0.63
Hex 90 50 EF 28 43 0 6 108 53 3F
Octal 220 120 357 50 103 0 6 410 123 77
Binary 10010000 1010000 11101111 101000 1000011 0 110 100001000 1010011 111111

Color Harmonies of #9050EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9050EF

Black with #9050EF

Text Example


Text Example

White with #9050EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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