#946992

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

Shades of Violet Blue #946992

Tints of Violet Blue #946992

Color information

#946992 (or 0x946992) is unknown color: approx Violet Blue. HEX triplet: 94, 69 and 92. RGB value is (148,105,146). Sum of RGB (Red+Green+Blue) = 148+105+146=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 148 - color contains mainly: red. Hex color #946992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946992 is #6B966D. Grayscale: #7A7A7A. Windows color (decimal): -7050862 or 9595284. OLE color: 9595284.

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

Color convert

RGB148105146-
CMYK00.290.010.42
HSL302.79º17%49.61%-
HSV(B)302.79º29.05%58.04%-
XYZ22.4518.4729.58-
YUV122.53141.25146.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.09%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=37.09%
G=26.32%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810514600.290.010.42302.791749.61
Hex94699201D12A12f1132
Octal2241512220351524572162
Binary10010100110100110010010011101110101010010111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946992; }

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

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

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

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

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

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

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

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