Html Css Color HEX #997AE6 Medium Purple

📋 copy color: '#997AE6'

red 153 ◦ green 122 ◦ blue 230

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

Shades of Medium Purple #997AE6

Tints of Medium Purple #997AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.54%

R = 30.3%
G = 24.16%
B = 45.54%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#997AE6 (or 0x997AE6) is known color: Medium Purple. HEX triplet: 99, 7A and E6. RGB value is (153,122,230). Sum of RGB (Red+Green+Blue) = 153+122+230=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #997AE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997AE6 is #668519. Grayscale: #8F8F8F. Windows color (decimal): -6718746 or 15104665. OLE color: 15104665.

HSL color Cylindrical-coordinate representation of color #997AE6: hue angle of 257.22º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #997AE6 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 153 122 230 -
CMYK 0.33 0.47 0 0.10
HSL 257.22º 0.68% 0.69% -
HSV(B) 257.22º 0.47% 0.9% -
XYZ 34.38 26.4 78.15 -
YUV 143.58 176.77 134.72 -
System Red Green Blue C M Y K H S L
Decimal 153 122 230 0.33 0.47 0 0.10 257.22 0.68 0.69
Hex 99 7A E6 21 2F 0 A 101 44 45
Octal 231 172 346 41 57 0 12 401 104 105
Binary 10011001 1111010 11100110 100001 101111 0 1010 100000001 1000100 1000101

Color Harmonies of #997AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997AE6

Black with #997AE6

Text Example


Text Example

White with #997AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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