Html Css Color HEX #997DCE True V

📋 copy color: '#997DCE'

red 153 ◦ green 125 ◦ blue 206

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

Shades of True V #997DCE

Tints of True V #997DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.83%

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

R = 31.61%
G = 25.83%
B = 42.56%

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

#997DCE (or 0x997DCE) is known color: True V. HEX triplet: 99, 7D and CE. RGB value is (153,125,206). Sum of RGB (Red+Green+Blue) = 153+125+206=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #997DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997DCE is #668231. Grayscale: #8E8E8E. Windows color (decimal): -6718002 or 13532569. OLE color: 13532569.

HSL color Cylindrical-coordinate representation of color #997DCE: hue angle of 260.74º 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 #997DCE is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 125 206 -
CMYK 0.26 0.39 0 0.19
HSL 260.74º 0.45% 0.65% -
HSV(B) 260.74º 0.39% 0.81% -
XYZ 31.61 25.9 61.72 -
YUV 142.61 163.78 135.41 -
System Red Green Blue C M Y K H S L
Decimal 153 125 206 0.26 0.39 0 0.19 260.74 0.45 0.65
Hex 99 7D CE 1A 27 0 13 105 2D 41
Octal 231 175 316 32 47 0 23 405 55 101
Binary 10011001 1111101 11001110 11010 100111 0 10011 100000101 101101 1000001

Color Harmonies of #997DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997DCE

Black with #997DCE

Text Example


Text Example

White with #997DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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