Html Css Color HEX #997ECE True V

📋 copy color: '#997ECE'

red 153 ◦ green 126 ◦ blue 206

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

Shades of True V #997ECE

Tints of True V #997ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.47%

R = 31.55%
G = 25.98%
B = 42.47%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#997ECE (or 0x997ECE) is known color: True V. HEX triplet: 99, 7E and CE. RGB value is (153,126,206). Sum of RGB (Red+Green+Blue) = 153+126+206=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #997ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997ECE is #668131. Grayscale: #8E8E8E. Windows color (decimal): -6717746 or 13532825. OLE color: 13532825.

HSL color Cylindrical-coordinate representation of color #997ECE: hue angle of 260.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #997ECE is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 126 206 -
CMYK 0.26 0.39 0 0.19
HSL 260.25º 0.45% 0.65% -
HSV(B) 260.25º 0.39% 0.81% -
XYZ 31.74 26.15 61.77 -
YUV 143.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 153 126 206 0.26 0.39 0 0.19 260.25 0.45 0.65
Hex 99 7E CE 1A 27 0 13 104 2D 41
Octal 231 176 316 32 47 0 23 404 55 101
Binary 10011001 1111110 11001110 11010 100111 0 10011 100000100 101101 1000001

Color Harmonies of #997ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997ECE

Black with #997ECE

Text Example


Text Example

White with #997ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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