#94369D

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

Shades of Vivid Violet #94369D

Tints of Vivid Violet #94369D

Color information

#94369D (or 0x94369D) is unknown color: approx Vivid Violet. HEX triplet: 94, 36 and 9D. RGB value is (148,54,157). Sum of RGB (Red+Green+Blue) = 148+54+157=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #94369D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94369D is #6BC962. Grayscale: #5D5D5D. Windows color (decimal): -7063907 or 10303124. OLE color: 10303124.

HSL color Cylindrical-coordinate representation of color #94369D: hue angle of 294.76º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #94369D is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14854157-
CMYK0.060.6600.38
HSL294.76º48.82%41.37%-
HSV(B)294.76º65.61%61.57%-
XYZ19.6211.3733.06-
YUV93.85163.64166.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.23%
GREEN value IS 54 (21.48% from 255) = 15.04%
BLUE value IS 157 (61.72% from 255) = 43.73%
R=41.23%
G=15.04%
B=43.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148541570.060.6600.38294.7648.8241.37
Hex94369D6420261273129
Octal2246623561020464476151
Binary100101001101101001110111010000100100110100100111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,54,157); }

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

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

 a { background-color: rgb(148,54,157); }

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

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

 span { border-color: rgb(148,54,157); }

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