#8B3884

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

Shades of Vivid Violet #8B3884

Tints of Vivid Violet #8B3884

Color information

#8B3884 (or 0x8B3884) is unknown color: approx Vivid Violet. HEX triplet: 8B, 38 and 84. RGB value is (139,56,132). Sum of RGB (Red+Green+Blue) = 139+56+132=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3884 is #74C77B. Grayscale: #595959. Windows color (decimal): -7653244 or 8665227. OLE color: 8665227.

HSL color Cylindrical-coordinate representation of color #8B3884: hue angle of 305.06º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B3884 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB13956132-
CMYK00.600.050.45
HSL305.06º42.56%38.24%-
HSV(B)305.06º59.71%54.51%-
XYZ16.239.9822.9-
YUV89.48152163.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.51%
GREEN value IS 56 (22.27% from 255) = 17.13%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=42.51%
G=17.13%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395613200.600.050.45305.0642.5638.24
Hex8B388403C52D1312b26
Octal213702040745554615346
Binary10001011111000100001000111100101101101100110001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,56,132); }

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

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

 a { background-color: rgb(139,56,132); }

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

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

 span { border-color: rgb(139,56,132); }

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