Html Css Color HEX #997ED4 Medium Purple

📋 copy color: '#997ED4'

red 153 ◦ green 126 ◦ blue 212

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

Shades of Medium Purple #997ED4

Tints of Medium Purple #997ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.18%

R = 31.16%
G = 25.66%
B = 43.18%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#997ED4 (or 0x997ED4) is known color: Medium Purple. HEX triplet: 99, 7E and D4. RGB value is (153,126,212). Sum of RGB (Red+Green+Blue) = 153+126+212=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 212 - color contains mainly: blue. Hex color #997ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997ED4 is #66812B. Grayscale: #8F8F8F. Windows color (decimal): -6717740 or 13926041. OLE color: 13926041.

HSL color Cylindrical-coordinate representation of color #997ED4: hue angle of 258.84º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #997ED4 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 153 126 212 -
CMYK 0.28 0.41 0 0.17
HSL 258.84º 0.5% 0.66% -
HSV(B) 258.84º 0.41% 0.83% -
XYZ 32.48 26.45 65.68 -
YUV 143.88 166.45 134.51 -
System Red Green Blue C M Y K H S L
Decimal 153 126 212 0.28 0.41 0 0.17 258.84 0.5 0.66
Hex 99 7E D4 1C 29 0 11 103 32 42
Octal 231 176 324 34 51 0 21 403 62 102
Binary 10011001 1111110 11010100 11100 101001 0 10001 100000011 110010 1000010

Color Harmonies of #997ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997ED4

Black with #997ED4

Text Example


Text Example

White with #997ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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