#8B418A

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

Shades of Vivid Violet #8B418A

Tints of Vivid Violet #8B418A

Color information

#8B418A (or 0x8B418A) is unknown color: approx Vivid Violet. HEX triplet: 8B, 41 and 8A. RGB value is (139,65,138). Sum of RGB (Red+Green+Blue) = 139+65+138=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B418A is #74BE75. Grayscale: #5F5F5F. Windows color (decimal): -7650934 or 9060747. OLE color: 9060747.

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

Color convert

RGB13965138-
CMYK00.530.010.45
HSL300.81º36.27%40%-
HSV(B)300.81º53.24%54.51%-
XYZ17.1311.125.29-
YUV95.45152.02159.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.64%
GREEN value IS 65 (25.78% from 255) = 19.01%
BLUE value IS 138 (54.30% from 255) = 40.35%
R=40.64%
G=19.01%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396513800.530.010.45300.8136.2740
Hex8B418A03512D12d2428
Octal2131012120651554554450
Binary1000101110000011000101001101011101101100101101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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