Html Css Color HEX #997FDC Medium Purple

📋 copy color: '#997FDC'

red 153 ◦ green 127 ◦ blue 220

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

Shades of Medium Purple #997FDC

Tints of Medium Purple #997FDC

RGB

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

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

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

R = 30.6%
G = 25.4%
B = 44%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#997FDC (or 0x997FDC) is known color: Medium Purple. HEX triplet: 99, 7F and DC. RGB value is (153,127,220). Sum of RGB (Red+Green+Blue) = 153+127+220=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #997FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FDC is #668023. Grayscale: #919191. Windows color (decimal): -6717476 or 14450585. OLE color: 14450585.

HSL color Cylindrical-coordinate representation of color #997FDC: hue angle of 256.77º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #997FDC is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 127 220 -
CMYK 0.30 0.42 0 0.14
HSL 256.77º 0.57% 0.68% -
HSV(B) 256.77º 0.42% 0.86% -
XYZ 33.64 27.12 71.17 -
YUV 145.38 170.11 133.44 -
System Red Green Blue C M Y K H S L
Decimal 153 127 220 0.30 0.42 0 0.14 256.77 0.57 0.68
Hex 99 7F DC 1E 2A 0 E 101 39 44
Octal 231 177 334 36 52 0 16 401 71 104
Binary 10011001 1111111 11011100 11110 101010 0 1110 100000001 111001 1000100

Color Harmonies of #997FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997FDC

Black with #997FDC

Text Example


Text Example

White with #997FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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