#8B3A95

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

Shades of Vivid Violet #8B3A95

Tints of Vivid Violet #8B3A95

Color information

#8B3A95 (or 0x8B3A95) is unknown color: approx Vivid Violet. HEX triplet: 8B, 3A and 95. RGB value is (139,58,149). Sum of RGB (Red+Green+Blue) = 139+58+149=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B3A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3A95 is #74C56A. Grayscale: #5C5C5C. Windows color (decimal): -7652715 or 9779851. OLE color: 9779851.

HSL color Cylindrical-coordinate representation of color #8B3A95: hue angle of 293.41º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B3A95 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13958149-
CMYK0.070.6100.42
HSL293.41º43.96%40.59%-
HSV(B)293.41º61.07%58.43%-
XYZ17.5910.6929.57-
YUV92.59159.84161.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.17%
GREEN value IS 58 (23.05% from 255) = 16.76%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=40.17%
G=16.76%
B=43.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139581490.070.6100.42293.4143.9640.59
Hex8B3A9573D02A1252c29
Octal213722257750524455451
Binary10001011111010100101011111111010101010100100101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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