#946696

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

Shades of Violet Blue #946696

Tints of Violet Blue #946696

Color information

#946696 (or 0x946696) is unknown color: approx Violet Blue. HEX triplet: 94, 66 and 96. RGB value is (148,102,150). Sum of RGB (Red+Green+Blue) = 148+102+150=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 150 - color contains mainly: blue. Hex color #946696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946696 is #6B9969. Grayscale: #797979. Windows color (decimal): -7051626 or 9856660. OLE color: 9856660.

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

Color convert

RGB148102150-
CMYK0.010.3200.41
HSL297.5º19.05%49.41%-
HSV(B)297.5º32%58.82%-
XYZ22.471831.14-
YUV121.23144.24147.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37%
GREEN value IS 102 (40.23% from 255) = 25.5%
BLUE value IS 150 (58.98% from 255) = 37.5%
R=37%
G=25.5%
B=37.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1481021500.010.3200.41297.519.0549.41
Hex94669612002912a1331
Octal2241462261400514522361
Binary100101001100110100101101100000010100110010101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946696; }

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

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

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

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

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

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

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

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