Html Css Color HEX #9051EF Medium Purple

📋 copy color: '#9051EF'

red 144 ◦ green 81 ◦ blue 239

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

Shades of Medium Purple #9051EF

Tints of Medium Purple #9051EF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.46%

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

R = 31.03%
G = 17.46%
B = 51.51%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9051EF (or 0x9051EF) is known color: Medium Purple. HEX triplet: 90, 51 and EF. RGB value is (144,81,239). Sum of RGB (Red+Green+Blue) = 144+81+239=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #9051EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9051EF is #6FAE10. Grayscale: #757575. Windows color (decimal): -7319057 or 15683984. OLE color: 15683984.

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

Color convert

RGB 144 81 239 -
CMYK 0.40 0.66 0 0.06
HSL 263.92º 0.83% 0.63% -
HSV(B) 263.92º 0.66% 0.94% -
XYZ 30.02 18.05 83.56 -
YUV 117.85 196.37 146.65 -
System Red Green Blue C M Y K H S L
Decimal 144 81 239 0.40 0.66 0 0.06 263.92 0.83 0.63
Hex 90 51 EF 28 42 0 6 108 53 3F
Octal 220 121 357 50 102 0 6 410 123 77
Binary 10010000 1010001 11101111 101000 1000010 0 110 100001000 1010011 111111

Color Harmonies of #9051EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9051EF

Black with #9051EF

Text Example


Text Example

White with #9051EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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