#8C318A

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

Shades of Vivid Violet #8C318A

Tints of Vivid Violet #8C318A

Color information

#8C318A (or 0x8C318A) is unknown color: approx Vivid Violet. HEX triplet: 8C, 31 and 8A. RGB value is (140,49,138). Sum of RGB (Red+Green+Blue) = 140+49+138=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 140 - color contains mainly: red. Hex color #8C318A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C318A is #73CE75. Grayscale: #565656. Windows color (decimal): -7589494 or 9056652. OLE color: 9056652.

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

Color convert

RGB14049138-
CMYK00.650.010.45
HSL301.32º48.15%37.06%-
HSV(B)301.32º65%54.9%-
XYZ16.59.6125.03-
YUV86.35157.15166.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.81%
GREEN value IS 49 (19.53% from 255) = 14.98%
BLUE value IS 138 (54.30% from 255) = 42.20%
R=42.81%
G=14.98%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1404913800.650.010.45301.3248.1537.06
Hex8C318A04112D12d3025
Octal2146121201011554556045
Binary1000110011000110001010010000011101101100101101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C318A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,49,138); }

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

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

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

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

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

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

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