#8B319B

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

Shades of Vivid Violet #8B319B

Tints of Vivid Violet #8B319B

Color information

#8B319B (or 0x8B319B) is unknown color: approx Vivid Violet. HEX triplet: 8B, 31 and 9B. RGB value is (139,49,155). Sum of RGB (Red+Green+Blue) = 139+49+155=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B319B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B319B is #74CE64. Grayscale: #575757. Windows color (decimal): -7655013 or 10170763. OLE color: 10170763.

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

Color convert

RGB13949155-
CMYK0.100.6800.39
HSL290.94º51.96%40%-
HSV(B)290.94º68.39%60.78%-
XYZ17.6610.0532.02-
YUV87.99165.82164.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.52%
GREEN value IS 49 (19.53% from 255) = 14.29%
BLUE value IS 155 (60.94% from 255) = 45.19%
R=40.52%
G=14.29%
B=45.19%

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
Decimal139491550.100.6800.39290.9451.9640
Hex8B319BA440271233428
Octal21361233121040474436450
Binary1000101111000110011011101010001000100111100100011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B319B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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