#8C329B

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

Shades of Vivid Violet #8C329B

Tints of Vivid Violet #8C329B

Color information

#8C329B (or 0x8C329B) is unknown color: approx Vivid Violet. HEX triplet: 8C, 32 and 9B. RGB value is (140,50,155). Sum of RGB (Red+Green+Blue) = 140+50+155=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C329B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C329B is #73CD64. Grayscale: #585858. Windows color (decimal): -7589221 or 10171020. OLE color: 10171020.

HSL color Cylindrical-coordinate representation of color #8C329B: hue angle of 291.43º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C329B is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14050155-
CMYK0.100.6800.39
HSL291.43º51.22%40.2%-
HSV(B)291.43º67.74%60.78%-
XYZ17.8710.2232.04-
YUV88.88165.32164.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.58%
GREEN value IS 50 (19.92% from 255) = 14.49%
BLUE value IS 155 (60.94% from 255) = 44.93%
R=40.58%
G=14.49%
B=44.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal140501550.100.6800.39291.4351.2240.2
Hex8C329BA440271233328
Octal21462233121040474436350
Binary1000110011001010011011101010001000100111100100011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C329B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,50,155); }

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

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

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

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

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

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

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