Html Css Color HEX #997AE7 Medium Purple

📋 copy color: '#997AE7'

red 153 ◦ green 122 ◦ blue 231

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

Shades of Medium Purple #997AE7

Tints of Medium Purple #997AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.65%

R = 30.24%
G = 24.11%
B = 45.65%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#997AE7 (or 0x997AE7) is known color: Medium Purple. HEX triplet: 99, 7A and E7. RGB value is (153,122,231). Sum of RGB (Red+Green+Blue) = 153+122+231=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 231 - color contains mainly: blue. Hex color #997AE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997AE7 is #668518. Grayscale: #8F8F8F. Windows color (decimal): -6718745 or 15170201. OLE color: 15170201.

HSL color Cylindrical-coordinate representation of color #997AE7: hue angle of 257.06º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #997AE7 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 153 122 231 -
CMYK 0.34 0.47 0 0.09
HSL 257.06º 0.69% 0.69% -
HSV(B) 257.06º 0.47% 0.91% -
XYZ 34.52 26.46 78.89 -
YUV 143.7 177.27 134.64 -
System Red Green Blue C M Y K H S L
Decimal 153 122 231 0.34 0.47 0 0.09 257.06 0.69 0.69
Hex 99 7A E7 22 2F 0 9 101 45 45
Octal 231 172 347 42 57 0 11 401 105 105
Binary 10011001 1111010 11100111 100010 101111 0 1001 100000001 1000101 1000101

Color Harmonies of #997AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997AE7

Black with #997AE7

Text Example


Text Example

White with #997AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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