Html Css Color HEX #997FDD Medium Purple

📋 copy color: '#997FDD'

red 153 ◦ green 127 ◦ blue 221

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

Shades of Medium Purple #997FDD

Tints of Medium Purple #997FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 25.35%

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

R = 30.54%
G = 25.35%
B = 44.11%

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

#997FDD (or 0x997FDD) is known color: Medium Purple. HEX triplet: 99, 7F and DD. RGB value is (153,127,221). Sum of RGB (Red+Green+Blue) = 153+127+221=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #997FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FDD is #668022. Grayscale: #919191. Windows color (decimal): -6717475 or 14516121. OLE color: 14516121.

HSL color Cylindrical-coordinate representation of color #997FDD: hue angle of 256.6º degrees, saturation: 0.58, 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 #997FDD is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 127 221 -
CMYK 0.31 0.43 0 0.13
HSL 256.6º 0.58% 0.68% -
HSV(B) 256.6º 0.43% 0.87% -
XYZ 33.78 27.17 71.87 -
YUV 145.49 170.61 133.36 -
System Red Green Blue C M Y K H S L
Decimal 153 127 221 0.31 0.43 0 0.13 256.6 0.58 0.68
Hex 99 7F DD 1F 2B 0 D 101 3A 44
Octal 231 177 335 37 53 0 15 401 72 104
Binary 10011001 1111111 11011101 11111 101011 0 1101 100000001 111010 1000100

Color Harmonies of #997FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997FDD

Black with #997FDD

Text Example


Text Example

White with #997FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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