#946B93

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

Shades of Violet Blue #946B93

Tints of Violet Blue #946B93

Color information

#946B93 (or 0x946B93) is unknown color: approx Violet Blue. HEX triplet: 94, 6B and 93. RGB value is (148,107,147). Sum of RGB (Red+Green+Blue) = 148+107+147=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #946B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946B93 is #6B946C. Grayscale: #7B7B7B. Windows color (decimal): -7050349 or 9661332. OLE color: 9661332.

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

Color convert

RGB148107147-
CMYK00.280.010.42
HSL301.46º16.08%50%-
HSV(B)301.46º27.7%58.04%-
XYZ22.7418.9230.06-
YUV123.82141.08145.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 107 (42.19% from 255) = 26.62%
BLUE value IS 147 (57.81% from 255) = 36.57%
R=36.82%
G=26.62%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810714700.280.010.42301.4616.0850
Hex946B9301C12A12d1032
Octal2241532230341524552062
Binary10010100110101110010011011100110101010010110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,107,147); }

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

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

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

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

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

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

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