Html Css Color HEX #9077DD Medium Purple

📋 copy color: '#9077DD'

red 144 ◦ green 119 ◦ blue 221

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

Shades of Medium Purple #9077DD

Tints of Medium Purple #9077DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 29.75%
G = 24.59%
B = 45.66%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9077DD (or 0x9077DD) is known color: Medium Purple. HEX triplet: 90, 77 and DD. RGB value is (144,119,221). Sum of RGB (Red+Green+Blue) = 144+119+221=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #9077DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9077DD is #6F8822. Grayscale: #898989. Windows color (decimal): -7309347 or 14514064. OLE color: 14514064.

HSL color Cylindrical-coordinate representation of color #9077DD: hue angle of 254.71º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9077DD is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 119 221 -
CMYK 0.35 0.46 0 0.13
HSL 254.71º 0.6% 0.67% -
HSV(B) 254.71º 0.46% 0.87% -
XYZ 31.15 24.34 71.46 -
YUV 138.1 174.78 132.21 -
System Red Green Blue C M Y K H S L
Decimal 144 119 221 0.35 0.46 0 0.13 254.71 0.6 0.67
Hex 90 77 DD 23 2E 0 D FF 3C 43
Octal 220 167 335 43 56 0 15 377 74 103
Binary 10010000 1110111 11011101 100011 101110 0 1101 11111111 111100 1000011

Color Harmonies of #9077DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9077DD

Black with #9077DD

Text Example


Text Example

White with #9077DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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