#94519A

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

Shades of Violet Blue #94519A

Tints of Violet Blue #94519A

Color information

#94519A (or 0x94519A) is unknown color: approx Violet Blue. HEX triplet: 94, 51 and 9A. RGB value is (148,81,154). Sum of RGB (Red+Green+Blue) = 148+81+154=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 154 - color contains mainly: blue. Hex color #94519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94519A is #6BAE65. Grayscale: #6D6D6D. Windows color (decimal): -7056998 or 10113428. OLE color: 10113428.

HSL color Cylindrical-coordinate representation of color #94519A: hue angle of 295.07º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94519A is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14881154-
CMYK0.040.4700.40
HSL295.07º31.06%46.08%-
HSV(B)295.07º47.4%60.39%-
XYZ20.9914.5132.27-
YUV109.35153.2155.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.64%
GREEN value IS 81 (32.03% from 255) = 21.15%
BLUE value IS 154 (60.55% from 255) = 40.21%
R=38.64%
G=21.15%
B=40.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal148811540.040.4700.40295.0731.0646.08
Hex94519A42F0281271f2e
Octal2241212324570504473756
Binary10010100101000110011010100101111010100010010011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94519A; }

 p { color: rgb(148,81,154); }

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

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

 a { background-color: rgb(148,81,154); }

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

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

 span { border-color: rgb(148,81,154); }

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