Html Css Color HEX #997EC0 Cold Purple

📋 copy color: '#997EC0'

red 153 ◦ green 126 ◦ blue 192

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

Shades of Cold Purple #997EC0

Tints of Cold Purple #997EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.76%

R = 32.48%
G = 26.75%
B = 40.76%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#997EC0 (or 0x997EC0) is known color: Cold Purple. HEX triplet: 99, 7E and C0. RGB value is (153,126,192). Sum of RGB (Red+Green+Blue) = 153+126+192=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #997EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997EC0 is #66813F. Grayscale: #8D8D8D. Windows color (decimal): -6717760 or 12615321. OLE color: 12615321.

HSL color Cylindrical-coordinate representation of color #997EC0: hue angle of 264.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #997EC0 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 126 192 -
CMYK 0.20 0.34 0 0.25
HSL 264.55º 0.34% 0.62% -
HSV(B) 264.55º 0.34% 0.75% -
XYZ 30.11 25.5 53.2 -
YUV 141.6 156.45 136.13 -
System Red Green Blue C M Y K H S L
Decimal 153 126 192 0.20 0.34 0 0.25 264.55 0.34 0.62
Hex 99 7E C0 14 22 0 19 109 22 3E
Octal 231 176 300 24 42 0 31 411 42 76
Binary 10011001 1111110 11000000 10100 100010 0 11001 100001001 100010 111110

Color Harmonies of #997EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997EC0

Black with #997EC0

Text Example


Text Example

White with #997EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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