#9340A6

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

Shades of Vivid Violet #9340A6

Tints of Vivid Violet #9340A6

Color information

#9340A6 (or 0x9340A6) is unknown color: approx Vivid Violet. HEX triplet: 93, 40 and A6. RGB value is (147,64,166). Sum of RGB (Red+Green+Blue) = 147+64+166=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 166 - color contains mainly: blue. Hex color #9340A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9340A6 is #6CBF59. Grayscale: #646464. Windows color (decimal): -7126874 or 10895507. OLE color: 10895507.

HSL color Cylindrical-coordinate representation of color #9340A6: hue angle of 288.82º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9340A6 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14764166-
CMYK0.110.6100.35
HSL288.82º44.35%45.1%-
HSV(B)288.82º61.45%65.1%-
XYZ20.7512.6237.42-
YUV100.44165161.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.99%
GREEN value IS 64 (25.39% from 255) = 16.98%
BLUE value IS 166 (65.23% from 255) = 44.03%
R=38.99%
G=16.98%
B=44.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal147641660.110.6100.35288.8244.3545.1
Hex9340A6B3D0231212c2d
Octal22310024613750434415455
Binary1001001110000001010011010111111010100011100100001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9340A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9340A6; }

 p { color: rgb(147,64,166); }

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

<style>
 a { background-color: #9340A6; }

 a { background-color: rgb(147,64,166); }

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

<style>
 span { border-color: #9340A6; }

 span { border-color: rgb(147,64,166); }

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