#996892

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

Shades of Violet Blue #996892

Tints of Violet Blue #996892

Color information

#996892 (or 0x996892) is unknown color: approx Violet Blue. HEX triplet: 99, 68 and 92. RGB value is (153,104,146). Sum of RGB (Red+Green+Blue) = 153+104+146=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #996892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996892 is #66976D. Grayscale: #7B7B7B. Windows color (decimal): -6723438 or 9595033. OLE color: 9595033.

HSL color Cylindrical-coordinate representation of color #996892: hue angle of 308.57º 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 #996892 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB153104146-
CMYK00.320.050.4
HSL308.57º19.37%50.39%-
HSV(B)308.57º32.03%60%-
XYZ23.2818.7529.59-
YUV123.44140.73149.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.97%
GREEN value IS 104 (41.02% from 255) = 25.81%
BLUE value IS 146 (57.42% from 255) = 36.23%
R=37.97%
G=25.81%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310414600.320.050.4308.5719.3750.39
Hex9968920205281351332
Octal2311502220405504652362
Binary10011001110100010010010010000010110100010011010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996892; }

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

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

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

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

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

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

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

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