#997798

Color #997798 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #997798

Tints of Violet Blue #997798

Color information

#997798 (or 0x997798) is unknown color: approx Violet Blue. HEX triplet: 99, 77 and 98. RGB value is (153,119,152). Sum of RGB (Red+Green+Blue) = 153+119+152=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 153 - color contains mainly: red. Hex color #997798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997798 is #668867. Grayscale: #848484. Windows color (decimal): -6719592 or 9992089. OLE color: 9992089.

HSL color Cylindrical-coordinate representation of color #997798: hue angle of 301.76º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #997798 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB153119152-
CMYK00.220.010.4
HSL301.76º14.29%53.33%-
HSV(B)301.76º22.22%60%-
XYZ25.422.2332.66-
YUV132.93138.76142.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.08%
GREEN value IS 119 (46.88% from 255) = 28.07%
BLUE value IS 152 (59.77% from 255) = 35.85%
R=36.08%
G=28.07%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311915200.220.010.4301.7614.2953.33
Hex99779801612812ee35
Octal2311672300261504561665
Binary1001100111101111001100001011011010001001011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997798; }

 p { color: rgb(153,119,152); }

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

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

 a { background-color: rgb(153,119,152); }

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

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

 span { border-color: rgb(153,119,152); }

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