#94509F

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

Shades of Violet Blue #94509F

Tints of Violet Blue #94509F

Color information

#94509F (or 0x94509F) is unknown color: approx Violet Blue. HEX triplet: 94, 50 and 9F. RGB value is (148,80,159). Sum of RGB (Red+Green+Blue) = 148+80+159=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #94509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94509F is #6BAF60. Grayscale: #6D6D6D. Windows color (decimal): -7057249 or 10440852. OLE color: 10440852.

HSL color Cylindrical-coordinate representation of color #94509F: hue angle of 291.65º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94509F is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14880159-
CMYK0.070.5000.38
HSL291.65º33.05%46.86%-
HSV(B)291.65º49.69%62.35%-
XYZ21.3414.5434.48-
YUV109.34156.03155.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 80 (31.64% from 255) = 20.67%
BLUE value IS 159 (62.5% from 255) = 41.09%
R=38.24%
G=20.67%
B=41.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148801590.070.5000.38291.6533.0546.86
Hex94509F732026124212f
Octal2241202377620464444157
Binary100101001010000100111111111100100100110100100100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94509F; }

 p { color: rgb(148,80,159); }

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

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

 a { background-color: rgb(148,80,159); }

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

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

 span { border-color: rgb(148,80,159); }

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