#94379D

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

Shades of Vivid Violet #94379D

Tints of Vivid Violet #94379D

Color information

#94379D (or 0x94379D) is unknown color: approx Vivid Violet. HEX triplet: 94, 37 and 9D. RGB value is (148,55,157). Sum of RGB (Red+Green+Blue) = 148+55+157=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #94379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94379D is #6BC862. Grayscale: #5E5E5E. Windows color (decimal): -7063651 or 10303380. OLE color: 10303380.

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

Color convert

RGB14855157-
CMYK0.060.6500.38
HSL294.71º48.11%41.57%-
HSV(B)294.71º64.97%61.57%-
XYZ19.6611.4633.07-
YUV94.43163.31166.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.11%
GREEN value IS 55 (21.88% from 255) = 15.28%
BLUE value IS 157 (61.72% from 255) = 43.61%
R=41.11%
G=15.28%
B=43.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148551570.060.6500.38294.7148.1141.57
Hex94379D641026127302a
Octal2246723561010464476052
Binary100101001101111001110111010000010100110100100111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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