Html Css Color HEX #997CE0 Medium Purple

📋 copy color: '#997CE0'

red 153 ◦ green 124 ◦ blue 224

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

Shades of Medium Purple #997CE0

Tints of Medium Purple #997CE0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.75%

 BLUE value IS 224 (87.89% from 255) = 44.71%

R = 30.54%
G = 24.75%
B = 44.71%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#997CE0 (or 0x997CE0) is known color: Medium Purple. HEX triplet: 99, 7C and E0. RGB value is (153,124,224). Sum of RGB (Red+Green+Blue) = 153+124+224=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #997CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997CE0 is #66831F. Grayscale: #8F8F8F. Windows color (decimal): -6718240 or 14711961. OLE color: 14711961.

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

Color convert

RGB 153 124 224 -
CMYK 0.32 0.45 0 0.12
HSL 257.4º 0.62% 0.68% -
HSV(B) 257.4º 0.45% 0.88% -
XYZ 33.8 26.57 73.87 -
YUV 144.07 173.11 134.37 -
System Red Green Blue C M Y K H S L
Decimal 153 124 224 0.32 0.45 0 0.12 257.4 0.62 0.68
Hex 99 7C E0 20 2D 0 C 101 3E 44
Octal 231 174 340 40 55 0 14 401 76 104
Binary 10011001 1111100 11100000 100000 101101 0 1100 100000001 111110 1000100

Color Harmonies of #997CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997CE0

Black with #997CE0

Text Example


Text Example

White with #997CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,124,224); }

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

background-color css

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

 a { background-color: rgb(153,124,224); }

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

border-color css

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

 span { border-color: rgb(153,124,224); }

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