#8B4D9D

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

Shades of Vivid Violet #8B4D9D

Tints of Vivid Violet #8B4D9D

Color information

#8B4D9D (or 0x8B4D9D) is unknown color: approx Vivid Violet. HEX triplet: 8B, 4D and 9D. RGB value is (139,77,157). Sum of RGB (Red+Green+Blue) = 139+77+157=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B4D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B4D9D is #74B262. Grayscale: #686868. Windows color (decimal): -7647843 or 10309003. OLE color: 10309003.

HSL color Cylindrical-coordinate representation of color #8B4D9D: hue angle of 286.5º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B4D9D is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13977157-
CMYK0.110.5100.38
HSL286.5º34.19%45.88%-
HSV(B)286.5º50.96%61.57%-
XYZ19.3913.2333.43-
YUV104.66157.54152.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.27%
GREEN value IS 77 (30.47% from 255) = 20.64%
BLUE value IS 157 (61.72% from 255) = 42.09%
R=37.27%
G=20.64%
B=42.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139771570.110.5100.38286.534.1945.88
Hex8B4D9DB3302611e222e
Octal21311523513630464364256
Binary1000101110011011001110110111100110100110100011110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,77,157); }

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

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

 a { background-color: rgb(139,77,157); }

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

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

 span { border-color: rgb(139,77,157); }

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