#946894

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

Shades of Violet Blue #946894

Tints of Violet Blue #946894

Color information

#946894 (or 0x946894) is unknown color: approx Violet Blue. HEX triplet: 94, 68 and 94. RGB value is (148,104,148). Sum of RGB (Red+Green+Blue) = 148+104+148=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #946894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946894 is #6B976B. Grayscale: #7A7A7A. Windows color (decimal): -7051116 or 9726100. OLE color: 9726100.

HSL color Cylindrical-coordinate representation of color #946894: hue angle of 300º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946894 is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB148104148-
CMYK00.3000.42
HSL300º17.46%49.41%-
HSV(B)300º29.73%58.04%-
XYZ22.5118.3330.37-
YUV122.17142.58146.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37%
GREEN value IS 104 (41.02% from 255) = 26%
BLUE value IS 148 (58.20% from 255) = 37%
R=37%
G=26%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810414800.3000.4230017.4649.41
Hex94689401E02A12c1131
Octal2241502240360524542161
Binary10010100110100010010100011110010101010010110010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946894; }

 p { color: rgb(148,104,148); }

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

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

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

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

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

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

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