#8B418E

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

Shades of Vivid Violet #8B418E

Tints of Vivid Violet #8B418E

Color information

#8B418E (or 0x8B418E) is unknown color: approx Vivid Violet. HEX triplet: 8B, 41 and 8E. RGB value is (139,65,142). Sum of RGB (Red+Green+Blue) = 139+65+142=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B418E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B418E is #74BE71. Grayscale: #5F5F5F. Windows color (decimal): -7650930 or 9322891. OLE color: 9322891.

HSL color Cylindrical-coordinate representation of color #8B418E: hue angle of 297.66º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B418E is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13965142-
CMYK0.020.5400.44
HSL297.66º37.2%40.59%-
HSV(B)297.66º54.23%55.69%-
XYZ17.4211.2226.84-
YUV95.9154.02158.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.17%
GREEN value IS 65 (25.78% from 255) = 18.79%
BLUE value IS 142 (55.86% from 255) = 41.04%
R=40.17%
G=18.79%
B=41.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139651420.020.5400.44297.6637.240.59
Hex8B418E23602C12a2529
Octal2131012162660544524551
Binary10001011100000110001110101101100101100100101010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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