#996798

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

Shades of Violet Blue #996798

Tints of Violet Blue #996798

Color information

#996798 (or 0x996798) is unknown color: approx Violet Blue. HEX triplet: 99, 67 and 98. RGB value is (153,103,152). Sum of RGB (Red+Green+Blue) = 153+103+152=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 153 - color contains mainly: red. Hex color #996798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996798 is #669867. Grayscale: #7B7B7B. Windows color (decimal): -6723688 or 9987993. OLE color: 9987993.

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

Color convert

RGB153103152-
CMYK00.330.010.4
HSL301.2º19.69%50.2%-
HSV(B)301.2º32.68%60%-
XYZ23.6518.7432.08-
YUV123.54144.06149.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.5%
GREEN value IS 103 (40.62% from 255) = 25.25%
BLUE value IS 152 (59.77% from 255) = 37.25%
R=37.5%
G=25.25%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310315200.330.010.4301.219.6950.2
Hex99679802112812d1432
Octal2311472300411504552462
Binary100110011100111100110000100001110100010010110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996798; }

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

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

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

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

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

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

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

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