Html Css Color HEX #9977D7 Medium Purple

📋 copy color: '#9977D7'

red 153 ◦ green 119 ◦ blue 215

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

Shades of Medium Purple #9977D7

Tints of Medium Purple #9977D7

RGB

 RED value IS 153 (60.16% from 255) = 31.42%

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

 BLUE value IS 215 (84.38% from 255) = 44.15%

R = 31.42%
G = 24.44%
B = 44.15%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9977D7 (or 0x9977D7) is known color: Medium Purple. HEX triplet: 99, 77 and D7. RGB value is (153,119,215). Sum of RGB (Red+Green+Blue) = 153+119+215=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #9977D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9977D7 is #668828. Grayscale: #8B8B8B. Windows color (decimal): -6719529 or 14120857. OLE color: 14120857.

HSL color Cylindrical-coordinate representation of color #9977D7: hue angle of 261.25º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9977D7 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 119 215 -
CMYK 0.29 0.45 0 0.16
HSL 261.25º 0.55% 0.65% -
HSV(B) 261.25º 0.45% 0.84% -
XYZ 32 24.87 67.4 -
YUV 140.11 170.26 137.19 -
System Red Green Blue C M Y K H S L
Decimal 153 119 215 0.29 0.45 0 0.16 261.25 0.55 0.65
Hex 99 77 D7 1D 2D 0 10 105 37 41
Octal 231 167 327 35 55 0 20 405 67 101
Binary 10011001 1110111 11010111 11101 101101 0 10000 100000101 110111 1000001

Color Harmonies of #9977D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9977D7

Black with #9977D7

Text Example


Text Example

White with #9977D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9977D7; }

 p { color: rgb(153,119,215); }

 H1.HeaderClassName
 {
   color: #9977D7;
 }
 .AnyTagClassName
 {
   color: #9977D7;
 }
</style>

background-color css

<style>
 a { background-color: #9977D7; }

 a { background-color: rgb(153,119,215); }

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

border-color css

<style>
 span { border-color: #9977D7; }

 span { border-color: rgb(153,119,215); }

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