#94418D

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

Shades of Vivid Violet #94418D

Tints of Vivid Violet #94418D

Color information

#94418D (or 0x94418D) is unknown color: approx Vivid Violet. HEX triplet: 94, 41 and 8D. RGB value is (148,65,141). Sum of RGB (Red+Green+Blue) = 148+65+141=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #94418D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94418D is #6BBE72. Grayscale: #626262. Windows color (decimal): -7061107 or 9257364. OLE color: 9257364.

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

Color convert

RGB14865141-
CMYK00.560.050.42
HSL305.06º38.97%41.76%-
HSV(B)305.06º56.08%58.04%-
XYZ18.911226.52-
YUV98.48152163.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.81%
GREEN value IS 65 (25.78% from 255) = 18.36%
BLUE value IS 141 (55.47% from 255) = 39.83%
R=41.81%
G=18.36%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486514100.560.050.42305.0638.9741.76
Hex94418D03852A131272a
Octal2241012150705524614752
Binary100101001000001100011010111000101101010100110001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94418D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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