#8C3E8D

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

Shades of Vivid Violet #8C3E8D

Tints of Vivid Violet #8C3E8D

Color information

#8C3E8D (or 0x8C3E8D) is unknown color: approx Vivid Violet. HEX triplet: 8C, 3E and 8D. RGB value is (140,62,141). Sum of RGB (Red+Green+Blue) = 140+62+141=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C3E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3E8D is #73C172. Grayscale: #5E5E5E. Windows color (decimal): -7586163 or 9256588. OLE color: 9256588.

HSL color Cylindrical-coordinate representation of color #8C3E8D: hue angle of 299.24º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C3E8D is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB14062141-
CMYK0.010.5600.45
HSL299.24º38.92%39.8%-
HSV(B)299.24º56.03%55.29%-
XYZ17.3510.9426.4-
YUV94.33154.34160.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.82%
GREEN value IS 62 (24.61% from 255) = 18.08%
BLUE value IS 141 (55.47% from 255) = 41.11%
R=40.82%
G=18.08%
B=41.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140621410.010.5600.45299.2438.9239.8
Hex8C3E8D13802D12b2728
Octal214762151700554534750
Binary100011001111101000110111110000101101100101011100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,62,141); }

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

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

 a { background-color: rgb(140,62,141); }

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

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

 span { border-color: rgb(140,62,141); }

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