#8B3A85

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

Shades of Vivid Violet #8B3A85

Tints of Vivid Violet #8B3A85

Color information

#8B3A85 (or 0x8B3A85) is unknown color: approx Vivid Violet. HEX triplet: 8B, 3A and 85. RGB value is (139,58,133). Sum of RGB (Red+Green+Blue) = 139+58+133=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3A85 is #74C57A. Grayscale: #5A5A5A. Windows color (decimal): -7652731 or 8731275. OLE color: 8731275.

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

Color convert

RGB13958133-
CMYK00.580.040.45
HSL304.44º41.12%38.63%-
HSV(B)304.44º58.27%54.51%-
XYZ16.3910.2123.3-
YUV90.77151.84162.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.12%
GREEN value IS 58 (23.05% from 255) = 17.58%
BLUE value IS 133 (52.34% from 255) = 40.30%
R=42.12%
G=17.58%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395813300.580.040.45304.4441.1238.63
Hex8B3A8503A42D1302927
Octal213722050724554605147
Binary10001011111010100001010111010100101101100110000101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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