#946692

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

Shades of Violet Blue #946692

Tints of Violet Blue #946692

Color information

#946692 (or 0x946692) is unknown color: approx Violet Blue. HEX triplet: 94, 66 and 92. RGB value is (148,102,146). Sum of RGB (Red+Green+Blue) = 148+102+146=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #946692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946692 is #6B996D. Grayscale: #787878. Windows color (decimal): -7051630 or 9594516. OLE color: 9594516.

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

Color convert

RGB148102146-
CMYK00.310.010.42
HSL302.61º18.4%49.02%-
HSV(B)302.61º31.08%58.04%-
XYZ22.1517.8729.48-
YUV120.77142.24147.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.37%
GREEN value IS 102 (40.23% from 255) = 25.76%
BLUE value IS 146 (57.42% from 255) = 36.87%
R=37.37%
G=25.76%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810214600.310.010.42302.6118.449.02
Hex94669201F12A12f1231
Octal2241462220371524572261
Binary10010100110011010010010011111110101010010111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946692; }

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

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

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

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

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

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

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

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