Html Css Color HEX #997EE1 Medium Purple

📋 copy color: '#997EE1'

red 153 ◦ green 126 ◦ blue 225

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

Shades of Medium Purple #997EE1

Tints of Medium Purple #997EE1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25%

 BLUE value IS 225 (88.28% from 255) = 44.64%

R = 30.36%
G = 25%
B = 44.64%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#997EE1 (or 0x997EE1) is known color: Medium Purple. HEX triplet: 99, 7E and E1. RGB value is (153,126,225). Sum of RGB (Red+Green+Blue) = 153+126+225=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #997EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997EE1 is #66811E. Grayscale: #909090. Windows color (decimal): -6717727 or 14778009. OLE color: 14778009.

HSL color Cylindrical-coordinate representation of color #997EE1: hue angle of 256.36º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #997EE1 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 153 126 225 -
CMYK 0.32 0.44 0 0.12
HSL 256.36º 0.62% 0.69% -
HSV(B) 256.36º 0.44% 0.88% -
XYZ 34.19 27.13 74.67 -
YUV 145.36 172.95 133.45 -
System Red Green Blue C M Y K H S L
Decimal 153 126 225 0.32 0.44 0 0.12 256.36 0.62 0.69
Hex 99 7E E1 20 2C 0 C 100 3E 45
Octal 231 176 341 40 54 0 14 400 76 105
Binary 10011001 1111110 11100001 100000 101100 0 1100 100000000 111110 1000101

Color Harmonies of #997EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997EE1

Black with #997EE1

Text Example


Text Example

White with #997EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,126,225); }

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

background-color css

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

 a { background-color: rgb(153,126,225); }

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

border-color css

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

 span { border-color: rgb(153,126,225); }

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