#94569e

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

Shades of Violet Blue #94569E

Tints of Violet Blue #94569E

Color information

#94569E (or 0x94569E) is unknown color: approx Violet Blue. HEX triplet: 94, 56 and 9E. RGB value is (148,86,158). Sum of RGB (Red+Green+Blue) = 148+86+158=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 158 - color contains mainly: blue. Hex color #94569E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94569E is #6BA961. Grayscale: #707070. Windows color (decimal): -7055714 or 10376852. OLE color: 10376852.

HSL color Cylindrical-coordinate representation of color #94569E: hue angle of 291.67º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94569E is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14886158-
CMYK0.060.4600.38
HSL291.67º29.51%47.84%-
HSV(B)291.67º45.57%61.96%-
XYZ21.7115.4234.18-
YUV112.75153.54153.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.76%
GREEN value IS 86 (33.98% from 255) = 21.94%
BLUE value IS 158 (62.11% from 255) = 40.31%
R=37.76%
G=21.94%
B=40.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148861580.060.4600.38291.6729.5147.84
Hex94569E62E0261241e30
Octal2241262366560464443660
Binary10010100101011010011110110101110010011010010010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94569e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94569e; }

 p { color: rgb(148,86,158); }

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

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

 a { background-color: rgb(148,86,158); }

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

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

 span { border-color: rgb(148,86,158); }

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