#8B3F8D

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

Shades of Vivid Violet #8B3F8D

Tints of Vivid Violet #8B3F8D

Color information

#8B3F8D (or 0x8B3F8D) is unknown color: approx Vivid Violet. HEX triplet: 8B, 3F and 8D. RGB value is (139,63,141). Sum of RGB (Red+Green+Blue) = 139+63+141=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B3F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3F8D is #74C072. Grayscale: #5E5E5E. Windows color (decimal): -7651443 or 9256843. OLE color: 9256843.

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

Color convert

RGB13963141-
CMYK0.010.5500.45
HSL298.46º38.24%40%-
HSV(B)298.46º55.32%55.29%-
XYZ17.2310.9726.41-
YUV94.62154.18159.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.52%
GREEN value IS 63 (25% from 255) = 18.37%
BLUE value IS 141 (55.47% from 255) = 41.11%
R=40.52%
G=18.37%
B=41.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139631410.010.5500.45298.4638.2440
Hex8B3F8D13702D12a2628
Octal213772151670554524650
Binary100010111111111000110111101110101101100101010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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