#8B458A

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

Shades of Vivid Violet #8B458A

Tints of Vivid Violet #8B458A

Color information

#8B458A (or 0x8B458A) is unknown color: approx Vivid Violet. HEX triplet: 8B, 45 and 8A. RGB value is (139,69,138). Sum of RGB (Red+Green+Blue) = 139+69+138=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B458A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B458A is #74BA75. Grayscale: #616161. Windows color (decimal): -7649910 or 9061771. OLE color: 9061771.

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

Color convert

RGB13969138-
CMYK00.500.010.45
HSL300.86º33.65%40.78%-
HSV(B)300.86º50.36%54.51%-
XYZ17.3611.5825.36-
YUV97.8150.69157.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.17%
GREEN value IS 69 (27.34% from 255) = 19.94%
BLUE value IS 138 (54.30% from 255) = 39.88%
R=40.17%
G=19.94%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396913800.500.010.45300.8633.6540.78
Hex8B458A03212D12d2229
Octal2131052120621554554251
Binary1000101110001011000101001100101101101100101101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,69,138); }

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

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

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

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

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

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

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