Html Css Color HEX #997ADA Medium Purple

📋 copy color: '#997ADA'

red 153 ◦ green 122 ◦ blue 218

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

Shades of Medium Purple #997ADA

Tints of Medium Purple #997ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.22%

R = 31.03%
G = 24.75%
B = 44.22%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#997ADA (or 0x997ADA) is known color: Medium Purple. HEX triplet: 99, 7A and DA. RGB value is (153,122,218). Sum of RGB (Red+Green+Blue) = 153+122+218=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #997ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997ADA is #668525. Grayscale: #8D8D8D. Windows color (decimal): -6718758 or 14318233. OLE color: 14318233.

HSL color Cylindrical-coordinate representation of color #997ADA: hue angle of 259.38º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #997ADA is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 122 218 -
CMYK 0.30 0.44 0 0.15
HSL 259.38º 0.56% 0.67% -
HSV(B) 259.38º 0.44% 0.85% -
XYZ 32.75 25.75 69.57 -
YUV 142.21 170.77 135.69 -
System Red Green Blue C M Y K H S L
Decimal 153 122 218 0.30 0.44 0 0.15 259.38 0.56 0.67
Hex 99 7A DA 1E 2C 0 F 103 38 43
Octal 231 172 332 36 54 0 17 403 70 103
Binary 10011001 1111010 11011010 11110 101100 0 1111 100000011 111000 1000011

Color Harmonies of #997ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997ADA

Black with #997ADA

Text Example


Text Example

White with #997ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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