Html Css Color HEX #997EC6 Cold Purple

📋 copy color: '#997EC6'

red 153 ◦ green 126 ◦ blue 198

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

Shades of Cold Purple #997EC6

Tints of Cold Purple #997EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.51%

R = 32.08%
G = 26.42%
B = 41.51%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#997EC6 (or 0x997EC6) is known color: Cold Purple. HEX triplet: 99, 7E and C6. RGB value is (153,126,198). Sum of RGB (Red+Green+Blue) = 153+126+198=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 198 - color contains mainly: blue. Hex color #997EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997EC6 is #668139. Grayscale: #8E8E8E. Windows color (decimal): -6717754 or 13008537. OLE color: 13008537.

HSL color Cylindrical-coordinate representation of color #997EC6: hue angle of 262.5º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #997EC6 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 126 198 -
CMYK 0.23 0.36 0 0.22
HSL 262.5º 0.39% 0.64% -
HSV(B) 262.5º 0.36% 0.78% -
XYZ 30.79 25.77 56.78 -
YUV 142.28 159.45 135.65 -
System Red Green Blue C M Y K H S L
Decimal 153 126 198 0.23 0.36 0 0.22 262.5 0.39 0.64
Hex 99 7E C6 17 24 0 16 106 27 40
Octal 231 176 306 27 44 0 26 406 47 100
Binary 10011001 1111110 11000110 10111 100100 0 10110 100000110 100111 1000000

Color Harmonies of #997EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997EC6

Black with #997EC6

Text Example


Text Example

White with #997EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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