Html Css Color HEX #997DDD Medium Purple

📋 copy color: '#997DDD'

red 153 ◦ green 125 ◦ blue 221

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

Shades of Medium Purple #997DDD

Tints of Medium Purple #997DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 30.66%
G = 25.05%
B = 44.29%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#997DDD (or 0x997DDD) is known color: Medium Purple. HEX triplet: 99, 7D and DD. RGB value is (153,125,221). Sum of RGB (Red+Green+Blue) = 153+125+221=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #997DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997DDD is #668222. Grayscale: #8F8F8F. Windows color (decimal): -6717987 or 14515609. OLE color: 14515609.

HSL color Cylindrical-coordinate representation of color #997DDD: hue angle of 257.5º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #997DDD is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 125 221 -
CMYK 0.31 0.43 0 0.13
HSL 257.5º 0.59% 0.68% -
HSV(B) 257.5º 0.43% 0.87% -
XYZ 33.52 26.66 71.79 -
YUV 144.32 171.28 134.19 -
System Red Green Blue C M Y K H S L
Decimal 153 125 221 0.31 0.43 0 0.13 257.5 0.59 0.68
Hex 99 7D DD 1F 2B 0 D 102 3B 44
Octal 231 175 335 37 53 0 15 402 73 104
Binary 10011001 1111101 11011101 11111 101011 0 1101 100000010 111011 1000100

Color Harmonies of #997DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997DDD

Black with #997DDD

Text Example


Text Example

White with #997DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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