#8C3689

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

Shades of Vivid Violet #8C3689

Tints of Vivid Violet #8C3689

Color information

#8C3689 (or 0x8C3689) is unknown color: approx Vivid Violet. HEX triplet: 8C, 36 and 89. RGB value is (140,54,137). Sum of RGB (Red+Green+Blue) = 140+54+137=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3689 is #73C976. Grayscale: #585858. Windows color (decimal): -7588215 or 8992396. OLE color: 8992396.

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

Color convert

RGB14054137-
CMYK00.610.020.45
HSL302.09º44.33%38.04%-
HSV(B)302.09º61.43%54.9%-
XYZ16.6510.0224.72-
YUV89.18154.99164.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.30%
GREEN value IS 54 (21.48% from 255) = 16.31%
BLUE value IS 137 (53.91% from 255) = 41.39%
R=42.30%
G=16.31%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1405413700.610.020.45302.0944.3338.04
Hex8C368903D22D12e2c26
Octal214662110752554565446
Binary1000110011011010001001011110110101101100101110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,54,137); }

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

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

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

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

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

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

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