#8B3A9C

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

Shades of Vivid Violet #8B3A9C

Tints of Vivid Violet #8B3A9C

Color information

#8B3A9C (or 0x8B3A9C) is unknown color: approx Vivid Violet. HEX triplet: 8B, 3A and 9C. RGB value is (139,58,156). Sum of RGB (Red+Green+Blue) = 139+58+156=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B3A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3A9C is #74C563. Grayscale: #5D5D5D. Windows color (decimal): -7652708 or 10238603. OLE color: 10238603.

HSL color Cylindrical-coordinate representation of color #8B3A9C: hue angle of 289.59º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B3A9C is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13958156-
CMYK0.110.6300.39
HSL289.59º45.79%41.96%-
HSV(B)289.59º62.82%61.18%-
XYZ18.1610.9232.6-
YUV93.39163.34160.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.38%
GREEN value IS 58 (23.05% from 255) = 16.43%
BLUE value IS 156 (61.33% from 255) = 44.19%
R=39.38%
G=16.43%
B=44.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal139581560.110.6300.39289.5945.7941.96
Hex8B3A9CB3F0271222e2a
Octal2137223413770474425652
Binary100010111110101001110010111111110100111100100010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,58,156); }

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

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

 a { background-color: rgb(139,58,156); }

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

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

 span { border-color: rgb(139,58,156); }

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