Html Css Color HEX #997AD0 Medium Purple

📋 copy color: '#997AD0'

red 153 ◦ green 122 ◦ blue 208

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

Shades of Medium Purple #997AD0

Tints of Medium Purple #997AD0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.26%

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

R = 31.68%
G = 25.26%
B = 43.06%

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

#997AD0 (or 0x997AD0) is known color: Medium Purple. HEX triplet: 99, 7A and D0. RGB value is (153,122,208). Sum of RGB (Red+Green+Blue) = 153+122+208=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #997AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997AD0 is #66852F. Grayscale: #8C8C8C. Windows color (decimal): -6718768 or 13662873. OLE color: 13662873.

HSL color Cylindrical-coordinate representation of color #997AD0: hue angle of 261.63º degrees, saturation: 0.48, 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 #997AD0 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 122 208 -
CMYK 0.26 0.41 0 0.18
HSL 261.63º 0.48% 0.65% -
HSV(B) 261.63º 0.41% 0.82% -
XYZ 31.48 25.25 62.89 -
YUV 141.07 165.77 136.51 -
System Red Green Blue C M Y K H S L
Decimal 153 122 208 0.26 0.41 0 0.18 261.63 0.48 0.65
Hex 99 7A D0 1A 29 0 12 106 30 41
Octal 231 172 320 32 51 0 22 406 60 101
Binary 10011001 1111010 11010000 11010 101001 0 10010 100000110 110000 1000001

Color Harmonies of #997AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997AD0

Black with #997AD0

Text Example


Text Example

White with #997AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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