#934595

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

Shades of Vivid Violet #934595

Tints of Vivid Violet #934595

Color information

#934595 (or 0x934595) is unknown color: approx Vivid Violet. HEX triplet: 93, 45 and 95. RGB value is (147,69,149). Sum of RGB (Red+Green+Blue) = 147+69+149=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #934595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #934595 is #6CBA6A. Grayscale: #656565. Windows color (decimal): -7125611 or 9782675. OLE color: 9782675.

HSL color Cylindrical-coordinate representation of color #934595: hue angle of 298.5º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #934595 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14769149-
CMYK0.010.5400.42
HSL298.5º36.7%42.75%-
HSV(B)298.5º53.69%58.43%-
XYZ19.5912.6329.84-
YUV101.44154.84160.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.27%
GREEN value IS 69 (27.34% from 255) = 18.90%
BLUE value IS 149 (58.59% from 255) = 40.82%
R=40.27%
G=18.90%
B=40.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147691490.010.5400.42298.536.742.75
Hex93459513602A12a252b
Octal2231052251660524524553
Binary1001001110001011001010111101100101010100101010100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934595; }

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

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

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

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

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

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

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

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