#94468D

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

Shades of Violet Blue #94468D

Tints of Violet Blue #94468D

Color information

#94468D (or 0x94468D) is unknown color: approx Violet Blue. HEX triplet: 94, 46 and 8D. RGB value is (148,70,141). Sum of RGB (Red+Green+Blue) = 148+70+141=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #94468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94468D is #6BB972. Grayscale: #656565. Windows color (decimal): -7059827 or 9258644. OLE color: 9258644.

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

Color convert

RGB14870141-
CMYK00.530.050.42
HSL305.38º35.78%42.75%-
HSV(B)305.38º52.7%58.04%-
XYZ19.2112.626.62-
YUV101.42150.34161.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.23%
GREEN value IS 70 (27.73% from 255) = 19.50%
BLUE value IS 141 (55.47% from 255) = 39.28%
R=41.23%
G=19.50%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487014100.530.050.42305.3835.7842.75
Hex94468D03552A131242b
Octal2241062150655524614453
Binary100101001000110100011010110101101101010100110001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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