#8C3D85

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

Shades of Vivid Violet #8C3D85

Tints of Vivid Violet #8C3D85

Color information

#8C3D85 (or 0x8C3D85) is unknown color: approx Vivid Violet. HEX triplet: 8C, 3D and 85. RGB value is (140,61,133). Sum of RGB (Red+Green+Blue) = 140+61+133=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3D85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3D85 is #73C27A. Grayscale: #5C5C5C. Windows color (decimal): -7586427 or 8732044. OLE color: 8732044.

HSL color Cylindrical-coordinate representation of color #8C3D85: hue angle of 305.32º 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 #8C3D85 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB14061133-
CMYK00.560.050.45
HSL305.32º39.3%39.41%-
HSV(B)305.32º56.43%54.9%-
XYZ16.7210.6123.36-
YUV92.83150.67161.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.92%
GREEN value IS 61 (24.22% from 255) = 18.26%
BLUE value IS 133 (52.34% from 255) = 39.82%
R=41.92%
G=18.26%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406113300.560.050.45305.3239.339.41
Hex8C3D8503852D1312727
Octal214752050705554614747
Binary10001100111101100001010111000101101101100110001100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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