Html Css Color HEX #9077EB Medium Purple

📋 copy color: '#9077EB'

red 144 ◦ green 119 ◦ blue 235

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

Shades of Medium Purple #9077EB

Tints of Medium Purple #9077EB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.9%

 BLUE value IS 235 (92.19% from 255) = 47.19%

R = 28.92%
G = 23.9%
B = 47.19%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9077EB (or 0x9077EB) is known color: Medium Purple. HEX triplet: 90, 77 and EB. RGB value is (144,119,235). Sum of RGB (Red+Green+Blue) = 144+119+235=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #9077EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9077EB is #6F8814. Grayscale: #8B8B8B. Windows color (decimal): -7309333 or 15431568. OLE color: 15431568.

HSL color Cylindrical-coordinate representation of color #9077EB: hue angle of 252.93º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9077EB is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 119 235 -
CMYK 0.39 0.49 0 0.08
HSL 252.93º 0.74% 0.69% -
HSV(B) 252.93º 0.49% 0.92% -
XYZ 33.09 25.12 81.7 -
YUV 139.7 181.78 131.07 -
System Red Green Blue C M Y K H S L
Decimal 144 119 235 0.39 0.49 0 0.08 252.93 0.74 0.69
Hex 90 77 EB 27 31 0 8 FD 4A 45
Octal 220 167 353 47 61 0 10 375 112 105
Binary 10010000 1110111 11101011 100111 110001 0 1000 11111101 1001010 1000101

Color Harmonies of #9077EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9077EB

Black with #9077EB

Text Example


Text Example

White with #9077EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9077EB; }

 p { color: rgb(144,119,235); }

 H1.HeaderClassName
 {
   color: #9077EB;
 }
 .AnyTagClassName
 {
   color: #9077EB;
 }
</style>

background-color css

<style>
 a { background-color: #9077EB; }

 a { background-color: rgb(144,119,235); }

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

border-color css

<style>
 span { border-color: #9077EB; }

 span { border-color: rgb(144,119,235); }

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