Html Css Color HEX #9777DD Medium Purple

📋 copy color: '#9777DD'

red 151 ◦ green 119 ◦ blue 221

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

Shades of Medium Purple #9777DD

Tints of Medium Purple #9777DD

RGB

 RED value IS 151 (59.38% from 255) = 30.75%

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

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

R = 30.75%
G = 24.24%
B = 45.01%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9777DD (or 0x9777DD) is known color: Medium Purple. HEX triplet: 97, 77 and DD. RGB value is (151,119,221). Sum of RGB (Red+Green+Blue) = 151+119+221=491 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.75% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #9777DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9777DD is #688822. Grayscale: #8B8B8B. Windows color (decimal): -6850595 or 14514071. OLE color: 14514071.

HSL color Cylindrical-coordinate representation of color #9777DD: hue angle of 258.82º 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 #9777DD is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 119 221 -
CMYK 0.32 0.46 0 0.13
HSL 258.82º 0.6% 0.67% -
HSV(B) 258.82º 0.46% 0.87% -
XYZ 32.41 24.99 71.52 -
YUV 140.2 173.6 135.71 -
System Red Green Blue C M Y K H S L
Decimal 151 119 221 0.32 0.46 0 0.13 258.82 0.6 0.67
Hex 97 77 DD 20 2E 0 D 103 3C 43
Octal 227 167 335 40 56 0 15 403 74 103
Binary 10010111 1110111 11011101 100000 101110 0 1101 100000011 111100 1000011

Color Harmonies of #9777DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9777DD

Black with #9777DD

Text Example


Text Example

White with #9777DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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