#94619D

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

Shades of Violet Blue #94619D

Tints of Violet Blue #94619D

Color information

#94619D (or 0x94619D) is unknown color: approx Violet Blue. HEX triplet: 94, 61 and 9D. RGB value is (148,97,157). Sum of RGB (Red+Green+Blue) = 148+97+157=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 157 - color contains mainly: blue. Hex color #94619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94619D is #6B9E62. Grayscale: #767676. Windows color (decimal): -7052899 or 10314132. OLE color: 10314132.

HSL color Cylindrical-coordinate representation of color #94619D: hue angle of 291º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94619D is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14897157-
CMYK0.060.3800.38
HSL291º23.62%49.8%-
HSV(B)291º38.22%61.57%-
XYZ22.5717.2834.04-
YUV119.09149.4148.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 97 (38.28% from 255) = 24.13%
BLUE value IS 157 (61.72% from 255) = 39.05%
R=36.82%
G=24.13%
B=39.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148971570.060.3800.3829123.6249.8
Hex94619D6260261231832
Octal2241412356460464433062
Binary10010100110000110011101110100110010011010010001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94619D; }

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

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

<style>
 a { background-color: #94619D; }

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

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

<style>
 span { border-color: #94619D; }

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

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