#8B3F84

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

Shades of Vivid Violet #8B3F84

Tints of Vivid Violet #8B3F84

Color information

#8B3F84 (or 0x8B3F84) is unknown color: approx Vivid Violet. HEX triplet: 8B, 3F and 84. RGB value is (139,63,132). Sum of RGB (Red+Green+Blue) = 139+63+132=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3F84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3F84 is #74C07B. Grayscale: #5D5D5D. Windows color (decimal): -7651452 or 8667019. OLE color: 8667019.

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

Color convert

RGB13963132-
CMYK00.550.050.45
HSL305.53º37.62%39.61%-
HSV(B)305.53º54.68%54.51%-
XYZ16.5910.7123.02-
YUV93.59149.68160.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.62%
GREEN value IS 63 (25% from 255) = 18.86%
BLUE value IS 132 (51.95% from 255) = 39.52%
R=41.62%
G=18.86%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396313200.550.050.45305.5337.6239.61
Hex8B3F8403752D1322628
Octal213772040675554624650
Binary10001011111111100001000110111101101101100110010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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