Html Css Color HEX #997BD0 Medium Purple

📋 copy color: '#997BD0'

red 153 ◦ green 123 ◦ blue 208

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

Shades of Medium Purple #997BD0

Tints of Medium Purple #997BD0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.41%

 BLUE value IS 208 (81.64% from 255) = 42.98%

R = 31.61%
G = 25.41%
B = 42.98%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#997BD0 (or 0x997BD0) is known color: Medium Purple. HEX triplet: 99, 7B and D0. RGB value is (153,123,208). Sum of RGB (Red+Green+Blue) = 153+123+208=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #997BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997BD0 is #66842F. Grayscale: #8D8D8D. Windows color (decimal): -6718512 or 13663129. OLE color: 13663129.

HSL color Cylindrical-coordinate representation of color #997BD0: hue angle of 261.18º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #997BD0 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 123 208 -
CMYK 0.26 0.41 0 0.18
HSL 261.18º 0.47% 0.65% -
HSV(B) 261.18º 0.41% 0.82% -
XYZ 31.61 25.49 62.93 -
YUV 141.66 165.44 136.09 -
System Red Green Blue C M Y K H S L
Decimal 153 123 208 0.26 0.41 0 0.18 261.18 0.47 0.65
Hex 99 7B D0 1A 29 0 12 105 2F 41
Octal 231 173 320 32 51 0 22 405 57 101
Binary 10011001 1111011 11010000 11010 101001 0 10010 100000101 101111 1000001

Color Harmonies of #997BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997BD0

Black with #997BD0

Text Example


Text Example

White with #997BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,123,208); }

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

background-color css

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

 a { background-color: rgb(153,123,208); }

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

border-color css

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

 span { border-color: rgb(153,123,208); }

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