#94378D

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

Shades of Vivid Violet #94378D

Tints of Vivid Violet #94378D

Color information

#94378D (or 0x94378D) is unknown color: approx Vivid Violet. HEX triplet: 94, 37 and 8D. RGB value is (148,55,141). Sum of RGB (Red+Green+Blue) = 148+55+141=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #94378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94378D is #6BC872. Grayscale: #5C5C5C. Windows color (decimal): -7063667 or 9254804. OLE color: 9254804.

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

Color convert

RGB14855141-
CMYK00.630.050.42
HSL304.52º45.81%39.8%-
HSV(B)304.52º62.84%58.04%-
XYZ18.3910.9526.34-
YUV92.61155.31167.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.02%
GREEN value IS 55 (21.88% from 255) = 15.99%
BLUE value IS 141 (55.47% from 255) = 40.99%
R=43.02%
G=15.99%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485514100.630.050.42304.5245.8139.8
Hex94378D03F52A1312e28
Octal224672150775524615650
Binary10010100110111100011010111111101101010100110001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94378D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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