#8B3D82

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

Shades of Vivid Violet #8B3D82

Tints of Vivid Violet #8B3D82

Color information

#8B3D82 (or 0x8B3D82) is unknown color: approx Vivid Violet. HEX triplet: 8B, 3D and 82. RGB value is (139,61,130). Sum of RGB (Red+Green+Blue) = 139+61+130=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3D82 is #74C27D. Grayscale: #5B5B5B. Windows color (decimal): -7651966 or 8535435. OLE color: 8535435.

HSL color Cylindrical-coordinate representation of color #8B3D82: hue angle of 306.92º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B3D82 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB13961130-
CMYK00.560.060.45
HSL306.92º39%39.22%-
HSV(B)306.92º56.12%54.51%-
XYZ16.3510.4422.27-
YUV92.19149.34161.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.12%
GREEN value IS 61 (24.22% from 255) = 18.48%
BLUE value IS 130 (51.17% from 255) = 39.39%
R=42.12%
G=18.48%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396113000.560.060.45306.923939.22
Hex8B3D8203862D1332727
Octal213752020706554634747
Binary10001011111101100000100111000110101101100110011100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,61,130); }

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

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

 a { background-color: rgb(139,61,130); }

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

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

 span { border-color: rgb(139,61,130); }

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