#996092

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

Shades of Violet Blue #996092

Tints of Violet Blue #996092

Color information

#996092 (or 0x996092) is unknown color: approx Violet Blue. HEX triplet: 99, 60 and 92. RGB value is (153,96,146). Sum of RGB (Red+Green+Blue) = 153+96+146=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #996092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996092 is #669F6D. Grayscale: #767676. Windows color (decimal): -6725486 or 9592985. OLE color: 9592985.

HSL color Cylindrical-coordinate representation of color #996092: hue angle of 307.37º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996092 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB15396146-
CMYK00.370.050.4
HSL307.37º22.89%48.82%-
HSV(B)307.37º37.25%60%-
XYZ22.5117.2129.33-
YUV118.74143.38152.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.73%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 146 (57.42% from 255) = 36.96%
R=38.73%
G=24.30%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539614600.370.050.4307.3722.8948.82
Hex9960920255281331731
Octal2311402220455504632761
Binary10011001110000010010010010010110110100010011001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996092; }

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

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

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

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

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

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

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

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