#94408A

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

Shades of Vivid Violet #94408A

Tints of Vivid Violet #94408A

Color information

#94408A (or 0x94408A) is unknown color: approx Vivid Violet. HEX triplet: 94, 40 and 8A. RGB value is (148,64,138). Sum of RGB (Red+Green+Blue) = 148+64+138=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #94408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94408A is #6BBF75. Grayscale: #616161. Windows color (decimal): -7061366 or 9060500. OLE color: 9060500.

HSL color Cylindrical-coordinate representation of color #94408A: hue angle of 307.14º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94408A is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14864138-
CMYK00.570.070.42
HSL307.14º39.62%41.57%-
HSV(B)307.14º56.76%58.04%-
XYZ18.6311.825.34-
YUV97.55150.83163.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.29%
GREEN value IS 64 (25.39% from 255) = 18.29%
BLUE value IS 138 (54.30% from 255) = 39.43%
R=42.29%
G=18.29%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486413800.570.070.42307.1439.6241.57
Hex94408A03972A133282a
Octal2241002120717524635052
Binary100101001000000100010100111001111101010100110011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94408A; }

 p { color: rgb(148,64,138); }

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

<style>
 a { background-color: #94408A; }

 a { background-color: rgb(148,64,138); }

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

<style>
 span { border-color: #94408A; }

 span { border-color: rgb(148,64,138); }

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