#996293

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

Shades of Violet Blue #996293

Tints of Violet Blue #996293

Color information

#996293 (or 0x996293) is unknown color: approx Violet Blue. HEX triplet: 99, 62 and 93. RGB value is (153,98,147). Sum of RGB (Red+Green+Blue) = 153+98+147=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #996293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996293 is #669D6C. Grayscale: #777777. Windows color (decimal): -6724973 or 9659033. OLE color: 9659033.

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

Color convert

RGB15398147-
CMYK00.360.040.4
HSL306.55º21.91%49.22%-
HSV(B)306.55º35.95%60%-
XYZ22.7717.6129.8-
YUV120.03143.22151.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.44%
GREEN value IS 98 (38.67% from 255) = 24.62%
BLUE value IS 147 (57.81% from 255) = 36.93%
R=38.44%
G=24.62%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539814700.360.040.4306.5521.9149.22
Hex9962930244281331631
Octal2311422230444504632661
Binary10011001110001010010011010010010010100010011001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996293; }

 p { color: rgb(153,98,147); }

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

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

 a { background-color: rgb(153,98,147); }

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

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

 span { border-color: rgb(153,98,147); }

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