#8B379B

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

Shades of Vivid Violet #8B379B

Tints of Vivid Violet #8B379B

Color information

#8B379B (or 0x8B379B) is unknown color: approx Vivid Violet. HEX triplet: 8B, 37 and 9B. RGB value is (139,55,155). Sum of RGB (Red+Green+Blue) = 139+55+155=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B379B is #74C864. Grayscale: #5B5B5B. Windows color (decimal): -7653477 or 10172299. OLE color: 10172299.

HSL color Cylindrical-coordinate representation of color #8B379B: hue angle of 290.4º 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 #8B379B is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13955155-
CMYK0.100.6500.39
HSL290.4º47.62%41.18%-
HSV(B)290.4º64.52%60.78%-
XYZ17.9310.5932.11-
YUV91.52163.83161.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.83%
GREEN value IS 55 (21.88% from 255) = 15.76%
BLUE value IS 155 (60.94% from 255) = 44.41%
R=39.83%
G=15.76%
B=44.41%

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
Decimal139551550.100.6500.39290.447.6241.18
Hex8B379BA410271223029
Octal21367233121010474426051
Binary1000101111011110011011101010000010100111100100010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B379B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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