#945E93

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

Shades of Violet Blue #945E93

Tints of Violet Blue #945E93

Color information

#945E93 (or 0x945E93) is unknown color: approx Violet Blue. HEX triplet: 94, 5E and 93. RGB value is (148,94,147). Sum of RGB (Red+Green+Blue) = 148+94+147=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #945E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945E93 is #6BA16C. Grayscale: #747474. Windows color (decimal): -7053677 or 9658004. OLE color: 9658004.

HSL color Cylindrical-coordinate representation of color #945E93: hue angle of 301.11º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #945E93 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB14894147-
CMYK00.360.010.42
HSL301.11º22.31%47.45%-
HSV(B)301.11º36.49%58.04%-
XYZ21.4816.4129.64-
YUV116.19145.39150.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 94 (37.11% from 255) = 24.16%
BLUE value IS 147 (57.81% from 255) = 37.79%
R=38.05%
G=24.16%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489414700.360.010.42301.1122.3147.45
Hex945E9302412A12d162f
Octal2241362230441524552657
Binary100101001011110100100110100100110101010010110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945E93; }

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

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

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

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

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

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

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

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