#94618F

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

Shades of Violet Blue #94618F

Tints of Violet Blue #94618F

Color information

#94618F (or 0x94618F) is unknown color: approx Violet Blue. HEX triplet: 94, 61 and 8F. RGB value is (148,97,143). Sum of RGB (Red+Green+Blue) = 148+97+143=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #94618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94618F is #6B9E70. Grayscale: #757575. Windows color (decimal): -7052913 or 9396628. OLE color: 9396628.

HSL color Cylindrical-coordinate representation of color #94618F: hue angle of 305.88º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94618F is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14897143-
CMYK00.340.030.42
HSL305.88º20.82%48.04%-
HSV(B)305.88º34.46%58.04%-
XYZ21.4516.8328.1-
YUV117.49142.4149.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.14%
GREEN value IS 97 (38.28% from 255) = 25%
BLUE value IS 143 (56.25% from 255) = 36.86%
R=38.14%
G=25%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489714300.340.030.42305.8820.8248.04
Hex94618F02232A1321530
Octal2241412170423524622560
Binary1001010011000011000111101000101110101010011001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,97,143); }

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

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

 a { background-color: rgb(148,97,143); }

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

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

 span { border-color: rgb(148,97,143); }

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