#8B478A

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

Shades of Vivid Violet #8B478A

Tints of Vivid Violet #8B478A

Color information

#8B478A (or 0x8B478A) is unknown color: approx Vivid Violet. HEX triplet: 8B, 47 and 8A. RGB value is (139,71,138). Sum of RGB (Red+Green+Blue) = 139+71+138=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 139 - color contains mainly: red. Hex color #8B478A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B478A is #74B875. Grayscale: #626262. Windows color (decimal): -7649398 or 9062283. OLE color: 9062283.

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

Color convert

RGB13971138-
CMYK00.490.010.45
HSL300.88º32.38%41.18%-
HSV(B)300.88º48.92%54.51%-
XYZ17.4911.8325.41-
YUV98.97150.03156.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.94%
GREEN value IS 71 (28.12% from 255) = 20.40%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=39.94%
G=20.40%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397113800.490.010.45300.8832.3841.18
Hex8B478A03112D12d2029
Octal2131072120611554554051
Binary1000101110001111000101001100011101101100101101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B478A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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