#94388C

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

Shades of Vivid Violet #94388C

Tints of Vivid Violet #94388C

Color information

#94388C (or 0x94388C) is unknown color: approx Vivid Violet. HEX triplet: 94, 38 and 8C. RGB value is (148,56,140). Sum of RGB (Red+Green+Blue) = 148+56+140=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #94388C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94388C is #6BC773. Grayscale: #5C5C5C. Windows color (decimal): -7063412 or 9189524. OLE color: 9189524.

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

Color convert

RGB14856140-
CMYK00.620.050.42
HSL305.22º45.1%40%-
HSV(B)305.22º62.16%58.04%-
XYZ18.3611.0225.97-
YUV93.08154.48167.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.02%
GREEN value IS 56 (22.27% from 255) = 16.28%
BLUE value IS 140 (55.08% from 255) = 40.70%
R=43.02%
G=16.28%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485614000.620.050.42305.2245.140
Hex94388C03E52A1312d28
Octal224702140765524615550
Binary10010100111000100011000111110101101010100110001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94388C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94388C; }

 p { color: rgb(148,56,140); }

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

<style>
 a { background-color: #94388C; }

 a { background-color: rgb(148,56,140); }

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

<style>
 span { border-color: #94388C; }

 span { border-color: rgb(148,56,140); }

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