#996898

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

Shades of Violet Blue #996898

Tints of Violet Blue #996898

Color information

#996898 (or 0x996898) is unknown color: approx Violet Blue. HEX triplet: 99, 68 and 98. RGB value is (153,104,152). Sum of RGB (Red+Green+Blue) = 153+104+152=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #996898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996898 is #669767. Grayscale: #7B7B7B. Windows color (decimal): -6723432 or 9988249. OLE color: 9988249.

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

Color convert

RGB153104152-
CMYK00.320.010.4
HSL301.22º19.37%50.39%-
HSV(B)301.22º32.03%60%-
XYZ23.7518.9432.11-
YUV124.12143.73148.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.41%
GREEN value IS 104 (41.02% from 255) = 25.43%
BLUE value IS 152 (59.77% from 255) = 37.16%
R=37.41%
G=25.43%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310415200.320.010.4301.2219.3750.39
Hex99689802012812d1332
Octal2311502300401504552362
Binary100110011101000100110000100000110100010010110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996898; }

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

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

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

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

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

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

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

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