#946796

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

Shades of Violet Blue #946796

Tints of Violet Blue #946796

Color information

#946796 (or 0x946796) is unknown color: approx Violet Blue. HEX triplet: 94, 67 and 96. RGB value is (148,103,150). Sum of RGB (Red+Green+Blue) = 148+103+150=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 150 - color contains mainly: blue. Hex color #946796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946796 is #6B9869. Grayscale: #797979. Windows color (decimal): -7051370 or 9856916. OLE color: 9856916.

HSL color Cylindrical-coordinate representation of color #946796: hue angle of 297.45º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #946796 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB148103150-
CMYK0.010.3100.41
HSL297.45º18.58%49.61%-
HSV(B)297.45º31.33%58.82%-
XYZ22.5718.231.18-
YUV121.81143.91146.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 103 (40.62% from 255) = 25.69%
BLUE value IS 150 (58.98% from 255) = 37.41%
R=36.91%
G=25.69%
B=37.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1481031500.010.3100.41297.4518.5849.61
Hex94679611F0291291332
Octal2241472261370514512362
Binary10010100110011110010110111111010100110010100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946796; }

 p { color: rgb(148,103,150); }

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

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

 a { background-color: rgb(148,103,150); }

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

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

 span { border-color: rgb(148,103,150); }

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