Html Css Color HEX #997CCE True V

📋 copy color: '#997CCE'

red 153 ◦ green 124 ◦ blue 206

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

Shades of True V #997CCE

Tints of True V #997CCE

RGB

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

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

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

R = 31.68%
G = 25.67%
B = 42.65%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#997CCE (or 0x997CCE) is known color: True V. HEX triplet: 99, 7C and CE. RGB value is (153,124,206). Sum of RGB (Red+Green+Blue) = 153+124+206=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #997CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997CCE is #668331. Grayscale: #8D8D8D. Windows color (decimal): -6718258 or 13532313. OLE color: 13532313.

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

Color convert

RGB 153 124 206 -
CMYK 0.26 0.40 0 0.19
HSL 261.22º 0.46% 0.65% -
HSV(B) 261.22º 0.4% 0.81% -
XYZ 31.49 25.64 61.68 -
YUV 142.02 164.11 135.83 -
System Red Green Blue C M Y K H S L
Decimal 153 124 206 0.26 0.40 0 0.19 261.22 0.46 0.65
Hex 99 7C CE 1A 28 0 13 105 2E 41
Octal 231 174 316 32 50 0 23 405 56 101
Binary 10011001 1111100 11001110 11010 101000 0 10011 100000101 101110 1000001

Color Harmonies of #997CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997CCE

Black with #997CCE

Text Example


Text Example

White with #997CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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