#94398E

Color #94398E Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #94398E

Tints of Vivid Violet #94398E

Color information

#94398E (or 0x94398E) is unknown color: approx Vivid Violet. HEX triplet: 94, 39 and 8E. RGB value is (148,57,142). Sum of RGB (Red+Green+Blue) = 148+57+142=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #94398E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94398E is #6BC671. Grayscale: #5D5D5D. Windows color (decimal): -7063154 or 9320852. OLE color: 9320852.

HSL color Cylindrical-coordinate representation of color #94398E: hue angle of 303.96º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94398E is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB14857142-
CMYK00.610.040.42
HSL303.96º44.39%40.2%-
HSV(B)303.96º61.49%58.04%-
XYZ18.5611.1826.77-
YUV93.9155.15166.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.65%
GREEN value IS 57 (22.66% from 255) = 16.43%
BLUE value IS 142 (55.86% from 255) = 40.92%
R=42.65%
G=16.43%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485714200.610.040.42303.9644.3940.2
Hex94398E03D42A1302c28
Octal224712160754524605450
Binary10010100111001100011100111101100101010100110000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94398E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94398E; }

 p { color: rgb(148,57,142); }

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

<style>
 a { background-color: #94398E; }

 a { background-color: rgb(148,57,142); }

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

<style>
 span { border-color: #94398E; }

 span { border-color: rgb(148,57,142); }

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