#8C3D87

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

Shades of Vivid Violet #8C3D87

Tints of Vivid Violet #8C3D87

Color information

#8C3D87 (or 0x8C3D87) is unknown color: approx Vivid Violet. HEX triplet: 8C, 3D and 87. RGB value is (140,61,135). Sum of RGB (Red+Green+Blue) = 140+61+135=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3D87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3D87 is #73C278. Grayscale: #5C5C5C. Windows color (decimal): -7586425 or 8863116. OLE color: 8863116.

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

Color convert

RGB14061135-
CMYK00.560.040.45
HSL303.8º39.3%39.41%-
HSV(B)303.8º56.43%54.9%-
XYZ16.8610.6624.09-
YUV93.06151.67161.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.67%
GREEN value IS 61 (24.22% from 255) = 18.15%
BLUE value IS 135 (53.12% from 255) = 40.18%
R=41.67%
G=18.15%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406113500.560.040.45303.839.339.41
Hex8C3D8703842D1302727
Octal214752070704554604747
Binary10001100111101100001110111000100101101100110000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,61,135); }

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

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

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

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

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

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

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