#996998

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

Shades of Violet Blue #996998

Tints of Violet Blue #996998

Color information

#996998 (or 0x996998) is unknown color: approx Violet Blue. HEX triplet: 99, 69 and 98. RGB value is (153,105,152). Sum of RGB (Red+Green+Blue) = 153+105+152=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #996998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996998 is #669667. Grayscale: #7C7C7C. Windows color (decimal): -6723176 or 9988505. OLE color: 9988505.

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

Color convert

RGB153105152-
CMYK00.310.010.4
HSL301.25º19.05%50.59%-
HSV(B)301.25º31.37%60%-
XYZ23.8619.1432.14-
YUV124.71143.4148.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.32%
GREEN value IS 105 (41.41% from 255) = 25.61%
BLUE value IS 152 (59.77% from 255) = 37.07%
R=37.32%
G=25.61%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310515200.310.010.4301.2519.0550.59
Hex99699801F12812d1333
Octal2311512300371504552363
Binary10011001110100110011000011111110100010010110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996998; }

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

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

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

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

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

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

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

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