#8C379B

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

Shades of Vivid Violet #8C379B

Tints of Vivid Violet #8C379B

Color information

#8C379B (or 0x8C379B) is unknown color: approx Vivid Violet. HEX triplet: 8C, 37 and 9B. RGB value is (140,55,155). Sum of RGB (Red+Green+Blue) = 140+55+155=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C379B is #73C864. Grayscale: #5B5B5B. Windows color (decimal): -7587941 or 10172300. OLE color: 10172300.

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

Color convert

RGB14055155-
CMYK0.100.6500.39
HSL291º47.62%41.18%-
HSV(B)291º64.52%60.78%-
XYZ18.110.6732.12-
YUV91.82163.66162.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40%
GREEN value IS 55 (21.88% from 255) = 15.71%
BLUE value IS 155 (60.94% from 255) = 44.29%
R=40%
G=15.71%
B=44.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal140551550.100.6500.3929147.6241.18
Hex8C379BA410271233029
Octal21467233121010474436051
Binary1000110011011110011011101010000010100111100100011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C379B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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