Html Css Color HEX #997DDC Medium Purple

📋 copy color: '#997DDC'

red 153 ◦ green 125 ◦ blue 220

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

Shades of Medium Purple #997DDC

Tints of Medium Purple #997DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.1%

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

R = 30.72%
G = 25.1%
B = 44.18%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#997DDC (or 0x997DDC) is known color: Medium Purple. HEX triplet: 99, 7D and DC. RGB value is (153,125,220). Sum of RGB (Red+Green+Blue) = 153+125+220=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #997DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997DDC is #668223. Grayscale: #8F8F8F. Windows color (decimal): -6717988 or 14450073. OLE color: 14450073.

HSL color Cylindrical-coordinate representation of color #997DDC: hue angle of 257.68º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #997DDC is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 125 220 -
CMYK 0.30 0.43 0 0.14
HSL 257.68º 0.58% 0.68% -
HSV(B) 257.68º 0.43% 0.86% -
XYZ 33.39 26.61 71.09 -
YUV 144.2 170.78 134.28 -
System Red Green Blue C M Y K H S L
Decimal 153 125 220 0.30 0.43 0 0.14 257.68 0.58 0.68
Hex 99 7D DC 1E 2B 0 E 102 3A 44
Octal 231 175 334 36 53 0 16 402 72 104
Binary 10011001 1111101 11011100 11110 101011 0 1110 100000010 111010 1000100

Color Harmonies of #997DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997DDC

Black with #997DDC

Text Example


Text Example

White with #997DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997DDC; }

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

 H1.HeaderClassName
 {
   color: #997DDC;
 }
 .AnyTagClassName
 {
   color: #997DDC;
 }
</style>

background-color css

<style>
 a { background-color: #997DDC; }

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

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

border-color css

<style>
 span { border-color: #997DDC; }

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

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