#997DCD

Color #997DCD True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #997DCD

Tints of True V #997DCD

Color information

#997DCD (or 0x997DCD) is unknown color: approx True V. HEX triplet: 99, 7D and CD. RGB value is (153,125,205). Sum of RGB (Red+Green+Blue) = 153+125+205=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #997DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997DCD is #668232. Grayscale: #8E8E8E. Windows color (decimal): -6718003 or 13467033. OLE color: 13467033.

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

Color convert

RGB153125205-
CMYK0.250.3900.20
HSL261º44.44%64.71%-
HSV(B)261º39.02%80.39%-
XYZ31.4925.8561.09-
YUV142.49163.28135.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.68%
GREEN value IS 125 (49.22% from 255) = 25.88%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=31.68%
G=25.88%
B=42.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531252050.250.3900.2026144.4464.71
Hex997DCD19270141052c41
Octal231175315314702440554101
Binary10011001111110111001101110011001110101001000001011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #997DCD;
 }
 .AnyTagClassName
 {
   color: #997DCD;
 }
</style>
background-color css

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

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

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

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

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

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