#946091

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

Shades of Violet Blue #946091

Tints of Violet Blue #946091

Color information

#946091 (or 0x946091) is unknown color: approx Violet Blue. HEX triplet: 94, 60 and 91. RGB value is (148,96,145). Sum of RGB (Red+Green+Blue) = 148+96+145=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #946091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946091 is #6B9F6E. Grayscale: #747474. Windows color (decimal): -7053167 or 9527444. OLE color: 9527444.

HSL color Cylindrical-coordinate representation of color #946091: hue angle of 303.46º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #946091 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB14896145-
CMYK00.350.020.42
HSL303.46º21.31%47.84%-
HSV(B)303.46º35.14%58.04%-
XYZ21.5116.7128.88-
YUV117.13143.73150.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 145 (57.03% from 255) = 37.28%
R=38.05%
G=24.68%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489614500.350.020.42303.4621.3147.84
Hex94609102322A12f1530
Octal2241402210432524572560
Binary1001010011000001001000101000111010101010010111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946091; }

 p { color: rgb(148,96,145); }

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

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

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

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

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

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

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