#996294

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

Shades of Violet Blue #996294

Tints of Violet Blue #996294

Color information

#996294 (or 0x996294) is unknown color: approx Violet Blue. HEX triplet: 99, 62 and 94. RGB value is (153,98,148). Sum of RGB (Red+Green+Blue) = 153+98+148=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #996294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996294 is #669D6B. Grayscale: #787878. Windows color (decimal): -6724972 or 9724569. OLE color: 9724569.

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

Color convert

RGB15398148-
CMYK00.360.030.4
HSL305.45º21.91%49.22%-
HSV(B)305.45º35.95%60%-
XYZ22.8517.6530.22-
YUV120.14143.72151.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.35%
GREEN value IS 98 (38.67% from 255) = 24.56%
BLUE value IS 148 (58.20% from 255) = 37.09%
R=38.35%
G=24.56%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539814800.360.030.4305.4521.9149.22
Hex9962940243281311631
Octal2311422240443504612661
Binary1001100111000101001010001001001110100010011000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996294; }

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

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

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

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

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

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

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

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