#8C3593

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

Shades of Vivid Violet #8C3593

Tints of Vivid Violet #8C3593

Color information

#8C3593 (or 0x8C3593) is unknown color: approx Vivid Violet. HEX triplet: 8C, 35 and 93. RGB value is (140,53,147). Sum of RGB (Red+Green+Blue) = 140+53+147=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #8C3593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3593 is #73CA6C. Grayscale: #595959. Windows color (decimal): -7588461 or 9647500. OLE color: 9647500.

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

Color convert

RGB14053147-
CMYK0.050.6400.42
HSL295.53º47%39.22%-
HSV(B)295.53º63.95%57.65%-
XYZ17.3510.2328.66-
YUV89.73160.32163.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.18%
GREEN value IS 53 (21.09% from 255) = 15.59%
BLUE value IS 147 (57.81% from 255) = 43.24%
R=41.18%
G=15.59%
B=43.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140531470.050.6400.42295.534739.22
Hex8C359354002A1282f27
Octal2146522351000524505747
Binary100011001101011001001110110000000101010100101000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C3593; }

 p { color: rgb(140,53,147); }

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

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

 a { background-color: rgb(140,53,147); }

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

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

 span { border-color: rgb(140,53,147); }

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