#94498D

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

Shades of Violet Blue #94498D

Tints of Violet Blue #94498D

Color information

#94498D (or 0x94498D) is unknown color: approx Violet Blue. HEX triplet: 94, 49 and 8D. RGB value is (148,73,141). Sum of RGB (Red+Green+Blue) = 148+73+141=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #94498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94498D is #6BB672. Grayscale: #666666. Windows color (decimal): -7059059 or 9259412. OLE color: 9259412.

HSL color Cylindrical-coordinate representation of color #94498D: hue angle of 305.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94498D is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14873141-
CMYK00.510.050.42
HSL305.6º33.94%43.33%-
HSV(B)305.6º50.68%58.04%-
XYZ19.412.9826.68-
YUV103.18149.35159.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.88%
GREEN value IS 73 (28.91% from 255) = 20.17%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=40.88%
G=20.17%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487314100.510.050.42305.633.9443.33
Hex94498D03352A132222b
Octal2241112150635524624253
Binary100101001001001100011010110011101101010100110010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,73,141); }

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

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

 a { background-color: rgb(148,73,141); }

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

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

 span { border-color: rgb(148,73,141); }

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