#946D92

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

Shades of Violet Blue #946D92

Tints of Violet Blue #946D92

Color information

#946D92 (or 0x946D92) is unknown color: approx Violet Blue. HEX triplet: 94, 6D and 92. RGB value is (148,109,146). Sum of RGB (Red+Green+Blue) = 148+109+146=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 148 - color contains mainly: red. Hex color #946D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946D92 is #6B926D. Grayscale: #7C7C7C. Windows color (decimal): -7049838 or 9596308. OLE color: 9596308.

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

Color convert

RGB148109146-
CMYK00.260.010.42
HSL303.08º15.42%50.39%-
HSV(B)303.08º26.35%58.04%-
XYZ22.8719.3129.72-
YUV124.88139.92144.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.72%
GREEN value IS 109 (42.97% from 255) = 27.05%
BLUE value IS 146 (57.42% from 255) = 36.23%
R=36.72%
G=27.05%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810914600.260.010.42303.0815.4250.39
Hex946D9201A12A12ff32
Octal2241552220321524571762
Binary1001010011011011001001001101011010101001011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946D92; }

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

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

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

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

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

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

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

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