#8C3392

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

Shades of Vivid Violet #8C3392

Tints of Vivid Violet #8C3392

Color information

#8C3392 (or 0x8C3392) is unknown color: approx Vivid Violet. HEX triplet: 8C, 33 and 92. RGB value is (140,51,146). Sum of RGB (Red+Green+Blue) = 140+51+146=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C3392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3392 is #73CC6D. Grayscale: #585858. Windows color (decimal): -7588974 or 9581452. OLE color: 9581452.

HSL color Cylindrical-coordinate representation of color #8C3392: hue angle of 296.21º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C3392 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14051146-
CMYK0.040.6500.43
HSL296.21º48.22%38.63%-
HSV(B)296.21º65.07%57.25%-
XYZ17.1910.0228.22-
YUV88.44160.49164.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.54%
GREEN value IS 51 (20.31% from 255) = 15.13%
BLUE value IS 146 (57.42% from 255) = 43.32%
R=41.54%
G=15.13%
B=43.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal140511460.040.6500.43296.2148.2238.63
Hex8C339244102B1283027
Octal2146322241010534506047
Binary100011001100111001001010010000010101011100101000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,51,146); }

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

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

 a { background-color: rgb(140,51,146); }

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

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

 span { border-color: rgb(140,51,146); }

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