Html Css Color HEX #9976DC Medium Purple

📋 copy color: '#9976DC'

red 153 ◦ green 118 ◦ blue 220

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

Shades of Medium Purple #9976DC

Tints of Medium Purple #9976DC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.03%

 BLUE value IS 220 (86.33% from 255) = 44.81%

R = 31.16%
G = 24.03%
B = 44.81%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9976DC (or 0x9976DC) is known color: Medium Purple. HEX triplet: 99, 76 and DC. RGB value is (153,118,220). Sum of RGB (Red+Green+Blue) = 153+118+220=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #9976DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9976DC is #668923. Grayscale: #8B8B8B. Windows color (decimal): -6719780 or 14448281. OLE color: 14448281.

HSL color Cylindrical-coordinate representation of color #9976DC: hue angle of 260.59º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9976DC is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 118 220 -
CMYK 0.30 0.46 0 0.14
HSL 260.59º 0.59% 0.66% -
HSV(B) 260.59º 0.46% 0.86% -
XYZ 32.53 24.9 70.8 -
YUV 140.09 173.1 137.21 -
System Red Green Blue C M Y K H S L
Decimal 153 118 220 0.30 0.46 0 0.14 260.59 0.59 0.66
Hex 99 76 DC 1E 2E 0 E 105 3B 42
Octal 231 166 334 36 56 0 16 405 73 102
Binary 10011001 1110110 11011100 11110 101110 0 1110 100000101 111011 1000010

Color Harmonies of #9976DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9976DC

Black with #9976DC

Text Example


Text Example

White with #9976DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9976DC; }

 p { color: rgb(153,118,220); }

 H1.HeaderClassName
 {
   color: #9976DC;
 }
 .AnyTagClassName
 {
   color: #9976DC;
 }
</style>

background-color css

<style>
 a { background-color: #9976DC; }

 a { background-color: rgb(153,118,220); }

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

border-color css

<style>
 span { border-color: #9976DC; }

 span { border-color: rgb(153,118,220); }

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