#8c3f8c

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

Shades of Vivid Violet #8C3F8C

Tints of Vivid Violet #8C3F8C

Color information

#8C3F8C (or 0x8C3F8C) is unknown color: approx Vivid Violet. HEX triplet: 8C, 3F and 8C. RGB value is (140,63,140). Sum of RGB (Red+Green+Blue) = 140+63+140=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 140 - color contains mainly: red, blue. Hex color #8C3F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3F8C is #73C073. Grayscale: #5E5E5E. Windows color (decimal): -7585908 or 9191308. OLE color: 9191308.

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

Color convert

RGB14063140-
CMYK00.5500.45
HSL300º37.93%39.8%-
HSV(B)300º55%54.9%-
XYZ17.3311.0226.03-
YUV94.8153.51160.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.82%
GREEN value IS 63 (25% from 255) = 18.37%
BLUE value IS 140 (55.08% from 255) = 40.82%
R=40.82%
G=18.37%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406314000.5500.4530037.9339.8
Hex8C3F8C03702D12c2628
Octal214772140670554544650
Binary100011001111111000110001101110101101100101100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c3f8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,63,140); }

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

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

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

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

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

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

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