#94319C

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

Shades of Vivid Violet #94319C

Tints of Vivid Violet #94319C

Color information

#94319C (or 0x94319C) is unknown color: approx Vivid Violet. HEX triplet: 94, 31 and 9C. RGB value is (148,49,156). Sum of RGB (Red+Green+Blue) = 148+49+156=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #94319C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94319C is #6BCE63. Grayscale: #5A5A5A. Windows color (decimal): -7065188 or 10236308. OLE color: 10236308.

HSL color Cylindrical-coordinate representation of color #94319C: hue angle of 295.51º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #94319C is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14849156-
CMYK0.050.6900.39
HSL295.51º52.2%40.2%-
HSV(B)295.51º68.59%61.18%-
XYZ19.3110.8932.54-
YUV90.8164.8168.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.93%
GREEN value IS 49 (19.53% from 255) = 13.88%
BLUE value IS 156 (61.33% from 255) = 44.19%
R=41.93%
G=13.88%
B=44.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal148491560.050.6900.39295.5152.240.2
Hex94319C5450271283428
Octal2246123451050474506450
Binary100101001100011001110010110001010100111100101000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94319C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,49,156); }

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

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

 a { background-color: rgb(148,49,156); }

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

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

 span { border-color: rgb(148,49,156); }

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