#8B3686

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

Shades of Vivid Violet #8B3686

Tints of Vivid Violet #8B3686

Color information

#8B3686 (or 0x8B3686) is unknown color: approx Vivid Violet. HEX triplet: 8B, 36 and 86. RGB value is (139,54,134). Sum of RGB (Red+Green+Blue) = 139+54+134=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3686 is #74C979. Grayscale: #585858. Windows color (decimal): -7653754 or 8795787. OLE color: 8795787.

HSL color Cylindrical-coordinate representation of color #8B3686: hue angle of 303.53º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B3686 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB13954134-
CMYK00.610.040.45
HSL303.53º44.04%37.84%-
HSV(B)303.53º61.15%54.51%-
XYZ16.279.8523.6-
YUV88.54153.66164-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.51%
GREEN value IS 54 (21.48% from 255) = 16.51%
BLUE value IS 134 (52.73% from 255) = 40.98%
R=42.51%
G=16.51%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395413400.610.040.45303.5344.0437.84
Hex8B368603D42D1302c26
Octal213662060754554605446
Binary10001011110110100001100111101100101101100110000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,54,134); }

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

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

 a { background-color: rgb(139,54,134); }

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

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

 span { border-color: rgb(139,54,134); }

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