Html Css Color HEX #997ECC True V

📋 copy color: '#997ECC'

red 153 ◦ green 126 ◦ blue 204

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

Shades of True V #997ECC

Tints of True V #997ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 31.68%
G = 26.09%
B = 42.24%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#997ECC (or 0x997ECC) is known color: True V. HEX triplet: 99, 7E and CC. RGB value is (153,126,204). Sum of RGB (Red+Green+Blue) = 153+126+204=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #997ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997ECC is #668133. Grayscale: #8E8E8E. Windows color (decimal): -6717748 or 13401753. OLE color: 13401753.

HSL color Cylindrical-coordinate representation of color #997ECC: hue angle of 260.77º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #997ECC is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 126 204 -
CMYK 0.25 0.38 0 0.2
HSL 260.77º 0.43% 0.65% -
HSV(B) 260.77º 0.38% 0.8% -
XYZ 31.5 26.05 60.5 -
YUV 142.97 162.45 135.16 -
System Red Green Blue C M Y K H S L
Decimal 153 126 204 0.25 0.38 0 0.2 260.77 0.43 0.65
Hex 99 7E CC 19 26 0 14 105 2B 41
Octal 231 176 314 31 46 0 24 405 53 101
Binary 10011001 1111110 11001100 11001 100110 0 10100 100000101 101011 1000001

Color Harmonies of #997ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997ECC

Black with #997ECC

Text Example


Text Example

White with #997ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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