#8B1EAC

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

Shades of Vivid Violet #8B1EAC

Tints of Vivid Violet #8B1EAC

Color information

#8B1EAC (or 0x8B1EAC) is unknown color: approx Vivid Violet. HEX triplet: 8B, 1E and AC. RGB value is (139,30,172). Sum of RGB (Red+Green+Blue) = 139+30+172=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B1EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1EAC is #74E153. Grayscale: #4E4E4E. Windows color (decimal): -7659860 or 11280011. OLE color: 11280011.

HSL color Cylindrical-coordinate representation of color #8B1EAC: hue angle of 286.06º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B1EAC is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13930172-
CMYK0.190.8300.33
HSL286.06º70.3%39.61%-
HSV(B)286.06º82.56%67.45%-
XYZ18.569.439.87-
YUV78.78180.61170.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.76%
GREEN value IS 30 (12.11% from 255) = 8.80%
BLUE value IS 172 (67.58% from 255) = 50.44%
R=40.76%
G=8.80%
B=50.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139301720.190.8300.33286.0670.339.61
Hex8B1EAC135302111e4628
Octal213362542312304143610650
Binary10001011111101010110010011101001101000011000111101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,30,172); }

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

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

 a { background-color: rgb(139,30,172); }

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

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

 span { border-color: rgb(139,30,172); }

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