#945796

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

Shades of Violet Blue #945796

Tints of Violet Blue #945796

Color information

#945796 (or 0x945796) is unknown color: approx Violet Blue. HEX triplet: 94, 57 and 96. RGB value is (148,87,150). Sum of RGB (Red+Green+Blue) = 148+87+150=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 150 - color contains mainly: blue. Hex color #945796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945796 is #6BA869. Grayscale: #707070. Windows color (decimal): -7055466 or 9852820. OLE color: 9852820.

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

Color convert

RGB14887150-
CMYK0.010.4200.41
HSL298.1º26.58%46.47%-
HSV(B)298.1º42%58.82%-
XYZ21.1315.3130.7-
YUV112.42149.21153.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.44%
GREEN value IS 87 (34.38% from 255) = 22.60%
BLUE value IS 150 (58.98% from 255) = 38.96%
R=38.44%
G=22.60%
B=38.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal148871500.010.4200.41298.126.5846.47
Hex94579612A02912a1b2e
Octal2241272261520514523356
Binary100101001010111100101101101010010100110010101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945796; }

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

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

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

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

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

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

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

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