#8B3A83

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

Shades of Vivid Violet #8B3A83

Tints of Vivid Violet #8B3A83

Color information

#8B3A83 (or 0x8B3A83) is unknown color: approx Vivid Violet. HEX triplet: 8B, 3A and 83. RGB value is (139,58,131). Sum of RGB (Red+Green+Blue) = 139+58+131=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3A83 is #74C57C. Grayscale: #5A5A5A. Windows color (decimal): -7652733 or 8600203. OLE color: 8600203.

HSL color Cylindrical-coordinate representation of color #8B3A83: hue angle of 305.93º 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 #8B3A83 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB13958131-
CMYK00.580.060.45
HSL305.93º41.12%38.63%-
HSV(B)305.93º58.27%54.51%-
XYZ16.2610.1522.58-
YUV90.54150.84162.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.38%
GREEN value IS 58 (23.05% from 255) = 17.68%
BLUE value IS 131 (51.56% from 255) = 39.94%
R=42.38%
G=17.68%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395813100.580.060.45305.9341.1238.63
Hex8B3A8303A62D1322927
Octal213722030726554625147
Binary10001011111010100000110111010110101101100110010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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