Html Css Color HEX #997CDB Medium Purple

📋 copy color: '#997CDB'

red 153 ◦ green 124 ◦ blue 219

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

Shades of Medium Purple #997CDB

Tints of Medium Purple #997CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.15%

R = 30.85%
G = 25%
B = 44.15%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#997CDB (or 0x997CDB) is known color: Medium Purple. HEX triplet: 99, 7C and DB. RGB value is (153,124,219). Sum of RGB (Red+Green+Blue) = 153+124+219=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #997CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997CDB is #668324. Grayscale: #8F8F8F. Windows color (decimal): -6718245 or 14384281. OLE color: 14384281.

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

Color convert

RGB 153 124 219 -
CMYK 0.30 0.43 0 0.14
HSL 258.32º 0.57% 0.67% -
HSV(B) 258.32º 0.43% 0.86% -
XYZ 33.13 26.3 70.35 -
YUV 143.5 170.61 134.78 -
System Red Green Blue C M Y K H S L
Decimal 153 124 219 0.30 0.43 0 0.14 258.32 0.57 0.67
Hex 99 7C DB 1E 2B 0 E 102 39 43
Octal 231 174 333 36 53 0 16 402 71 103
Binary 10011001 1111100 11011011 11110 101011 0 1110 100000010 111001 1000011

Color Harmonies of #997CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997CDB

Black with #997CDB

Text Example


Text Example

White with #997CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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