Html Css Color HEX #997EDC Medium Purple

📋 copy color: '#997EDC'

red 153 ◦ green 126 ◦ blue 220

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

Shades of Medium Purple #997EDC

Tints of Medium Purple #997EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.25%

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

R = 30.66%
G = 25.25%
B = 44.09%

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

#997EDC (or 0x997EDC) is known color: Medium Purple. HEX triplet: 99, 7E and DC. RGB value is (153,126,220). Sum of RGB (Red+Green+Blue) = 153+126+220=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #997EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997EDC is #668123. Grayscale: #909090. Windows color (decimal): -6717732 or 14450329. OLE color: 14450329.

HSL color Cylindrical-coordinate representation of color #997EDC: hue angle of 257.23º degrees, saturation: 0.57, 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 #997EDC is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 126 220 -
CMYK 0.30 0.43 0 0.14
HSL 257.23º 0.57% 0.68% -
HSV(B) 257.23º 0.43% 0.86% -
XYZ 33.52 26.86 71.13 -
YUV 144.79 170.45 133.86 -
System Red Green Blue C M Y K H S L
Decimal 153 126 220 0.30 0.43 0 0.14 257.23 0.57 0.68
Hex 99 7E DC 1E 2B 0 E 101 39 44
Octal 231 176 334 36 53 0 16 401 71 104
Binary 10011001 1111110 11011100 11110 101011 0 1110 100000001 111001 1000100

Color Harmonies of #997EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997EDC

Black with #997EDC

Text Example


Text Example

White with #997EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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