#996093

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

Shades of Violet Blue #996093

Tints of Violet Blue #996093

Color information

#996093 (or 0x996093) is unknown color: approx Violet Blue. HEX triplet: 99, 60 and 93. RGB value is (153,96,147). Sum of RGB (Red+Green+Blue) = 153+96+147=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #996093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996093 is #669F6C. Grayscale: #767676. Windows color (decimal): -6725485 or 9658521. OLE color: 9658521.

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

Color convert

RGB15396147-
CMYK00.370.040.4
HSL306.32º22.89%48.82%-
HSV(B)306.32º37.25%60%-
XYZ22.5917.2429.74-
YUV118.86143.88152.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.64%
GREEN value IS 96 (37.89% from 255) = 24.24%
BLUE value IS 147 (57.81% from 255) = 37.12%
R=38.64%
G=24.24%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539614700.370.040.4306.3222.8948.82
Hex9960930254281321731
Octal2311402230454504622761
Binary10011001110000010010011010010110010100010011001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996093; }

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

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

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

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

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

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

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

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