Html Css Color HEX #997FE1 Medium Purple

📋 copy color: '#997FE1'

red 153 ◦ green 127 ◦ blue 225

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

Shades of Medium Purple #997FE1

Tints of Medium Purple #997FE1

RGB

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

 GREEN value IS 127 (50% from 255) = 25.15%

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

R = 30.3%
G = 25.15%
B = 44.55%

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

#997FE1 (or 0x997FE1) is known color: Medium Purple. HEX triplet: 99, 7F and E1. RGB value is (153,127,225). Sum of RGB (Red+Green+Blue) = 153+127+225=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #997FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FE1 is #66801E. Grayscale: #919191. Windows color (decimal): -6717471 or 14778265. OLE color: 14778265.

HSL color Cylindrical-coordinate representation of color #997FE1: hue angle of 255.92º 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 #997FE1 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 153 127 225 -
CMYK 0.32 0.44 0 0.12
HSL 255.92º 0.62% 0.69% -
HSV(B) 255.92º 0.44% 0.88% -
XYZ 34.32 27.39 74.71 -
YUV 145.95 172.61 133.03 -
System Red Green Blue C M Y K H S L
Decimal 153 127 225 0.32 0.44 0 0.12 255.92 0.62 0.69
Hex 99 7F E1 20 2C 0 C 100 3E 45
Octal 231 177 341 40 54 0 14 400 76 105
Binary 10011001 1111111 11100001 100000 101100 0 1100 100000000 111110 1000101

Color Harmonies of #997FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997FE1

Black with #997FE1

Text Example


Text Example

White with #997FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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