#8b1fa6

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

Shades of Vivid Violet #8B1FA6

Tints of Vivid Violet #8B1FA6

Color information

#8B1FA6 (or 0x8B1FA6) is unknown color: approx Vivid Violet. HEX triplet: 8B, 1F and A6. RGB value is (139,31,166). Sum of RGB (Red+Green+Blue) = 139+31+166=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 166 (65.23% from 255 or 49.40% from 336); Max value from RGB is 166 - color contains mainly: blue. Hex color #8B1FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1FA6 is #74E059. Grayscale: #4E4E4E. Windows color (decimal): -7659610 or 10887051. OLE color: 10887051.

HSL color Cylindrical-coordinate representation of color #8B1FA6: hue angle of 288º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B1FA6 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13931166-
CMYK0.160.8100.35
HSL288º68.53%38.63%-
HSV(B)288º81.33%65.1%-
XYZ18.029.2236.91-
YUV78.68177.28171.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.37%
GREEN value IS 31 (12.5% from 255) = 9.23%
BLUE value IS 166 (65.23% from 255) = 49.40%
R=41.37%
G=9.23%
B=49.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal139311660.160.8100.3528868.5338.63
Hex8B1FA610510231204527
Octal213372462012104344010547
Binary10001011111111010011010000101000101000111001000001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b1fa6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,31,166); }

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

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

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

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

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

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

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