#934590

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

Shades of Vivid Violet #934590

Tints of Vivid Violet #934590

Color information

#934590 (or 0x934590) is unknown color: approx Vivid Violet. HEX triplet: 93, 45 and 90. RGB value is (147,69,144). Sum of RGB (Red+Green+Blue) = 147+69+144=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 147 - color contains mainly: red. Hex color #934590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #934590 is #6CBA6F. Grayscale: #646464. Windows color (decimal): -7125616 or 9454995. OLE color: 9454995.

HSL color Cylindrical-coordinate representation of color #934590: hue angle of 302.31º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #934590 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB14769144-
CMYK00.530.020.42
HSL302.31º36.11%42.35%-
HSV(B)302.31º53.06%57.65%-
XYZ19.1912.4727.78-
YUV100.87152.34160.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.83%
GREEN value IS 69 (27.34% from 255) = 19.17%
BLUE value IS 144 (56.64% from 255) = 40%
R=40.83%
G=19.17%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476914400.530.020.42302.3136.1142.35
Hex93459003522A12e242a
Octal2231052200652524564452
Binary10010011100010110010000011010110101010100101110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934590; }

 p { color: rgb(147,69,144); }

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

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

 a { background-color: rgb(147,69,144); }

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

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

 span { border-color: rgb(147,69,144); }

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