#8B448B

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

Shades of Vivid Violet #8B448B

Tints of Vivid Violet #8B448B

Color information

#8B448B (or 0x8B448B) is unknown color: approx Vivid Violet. HEX triplet: 8B, 44 and 8B. RGB value is (139,68,139). Sum of RGB (Red+Green+Blue) = 139+68+139=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B448B is #74BB74. Grayscale: #616161. Windows color (decimal): -7650165 or 9127051. OLE color: 9127051.

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

Color convert

RGB13968139-
CMYK00.5100.45
HSL300º34.3%40.59%-
HSV(B)300º51.08%54.51%-
XYZ17.3711.4925.73-
YUV97.32151.52157.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.17%
GREEN value IS 68 (26.95% from 255) = 19.65%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=40.17%
G=19.65%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396813900.5100.4530034.340.59
Hex8B448B03302D12c2229
Octal2131042130630554544251
Binary1000101110001001000101101100110101101100101100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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