#8B388B

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

Shades of Vivid Violet #8B388B

Tints of Vivid Violet #8B388B

Color information

#8B388B (or 0x8B388B) is unknown color: approx Vivid Violet. HEX triplet: 8B, 38 and 8B. RGB value is (139,56,139). Sum of RGB (Red+Green+Blue) = 139+56+139=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B388B is #74C774. Grayscale: #5A5A5A. Windows color (decimal): -7653237 or 9123979. OLE color: 9123979.

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

Color convert

RGB13956139-
CMYK00.6000.45
HSL300º42.56%38.24%-
HSV(B)300º59.71%54.51%-
XYZ16.7210.1825.51-
YUV90.28155.5162.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.62%
GREEN value IS 56 (22.27% from 255) = 16.77%
BLUE value IS 139 (54.69% from 255) = 41.62%
R=41.62%
G=16.77%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395613900.6000.4530042.5638.24
Hex8B388B03C02D12c2b26
Octal213702130740554545346
Binary100010111110001000101101111000101101100101100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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