Html Css Color HEX #997CD7 Medium Purple

📋 copy color: '#997CD7'

red 153 ◦ green 124 ◦ blue 215

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

Shades of Medium Purple #997CD7

Tints of Medium Purple #997CD7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.2%

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

R = 31.1%
G = 25.2%
B = 43.7%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#997CD7 (or 0x997CD7) is known color: Medium Purple. HEX triplet: 99, 7C and D7. RGB value is (153,124,215). Sum of RGB (Red+Green+Blue) = 153+124+215=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #997CD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997CD7 is #668328. Grayscale: #8E8E8E. Windows color (decimal): -6718249 or 14122137. OLE color: 14122137.

HSL color Cylindrical-coordinate representation of color #997CD7: hue angle of 259.12º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #997CD7 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 124 215 -
CMYK 0.29 0.42 0 0.16
HSL 259.12º 0.53% 0.66% -
HSV(B) 259.12º 0.42% 0.84% -
XYZ 32.61 26.09 67.61 -
YUV 143.05 168.61 135.1 -
System Red Green Blue C M Y K H S L
Decimal 153 124 215 0.29 0.42 0 0.16 259.12 0.53 0.66
Hex 99 7C D7 1D 2A 0 10 103 35 42
Octal 231 174 327 35 52 0 20 403 65 102
Binary 10011001 1111100 11010111 11101 101010 0 10000 100000011 110101 1000010

Color Harmonies of #997CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997CD7

Black with #997CD7

Text Example


Text Example

White with #997CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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