#996393

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

Shades of Violet Blue #996393

Tints of Violet Blue #996393

Color information

#996393 (or 0x996393) is unknown color: approx Violet Blue. HEX triplet: 99, 63 and 93. RGB value is (153,99,147). Sum of RGB (Red+Green+Blue) = 153+99+147=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #996393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996393 is #669C6C. Grayscale: #787878. Windows color (decimal): -6724717 or 9659289. OLE color: 9659289.

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

Color convert

RGB15399147-
CMYK00.350.040.4
HSL306.67º21.43%49.41%-
HSV(B)306.67º35.29%60%-
XYZ22.8717.829.83-
YUV120.62142.89151.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.35%
GREEN value IS 99 (39.06% from 255) = 24.81%
BLUE value IS 147 (57.81% from 255) = 36.84%
R=38.35%
G=24.81%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539914700.350.040.4306.6721.4349.41
Hex9963930234281331531
Octal2311432230434504632561
Binary10011001110001110010011010001110010100010011001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996393; }

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

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

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

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

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

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

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

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