#8b1a9f

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

Shades of Vivid Violet #8B1A9F

Tints of Vivid Violet #8B1A9F

Color information

#8B1A9F (or 0x8B1A9F) is unknown color: approx Vivid Violet. HEX triplet: 8B, 1A and 9F. RGB value is (139,26,159). Sum of RGB (Red+Green+Blue) = 139+26+159=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B1A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1A9F is #74E560. Grayscale: #4A4A4A. Windows color (decimal): -7660897 or 10427019. OLE color: 10427019.

HSL color Cylindrical-coordinate representation of color #8B1A9F: hue angle of 290.98º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B1A9F is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13926159-
CMYK0.130.8400.38
HSL290.98º71.89%36.27%-
HSV(B)290.98º83.65%62.35%-
XYZ17.278.7333.58-
YUV74.95175.44173.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.90%
GREEN value IS 26 (10.55% from 255) = 8.02%
BLUE value IS 159 (62.5% from 255) = 49.07%
R=42.90%
G=8.02%
B=49.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139261590.130.8400.38290.9871.8936.27
Hex8B1A9FD540261234824
Octal213322371512404644311044
Binary1000101111010100111111101101010001001101001000111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b1a9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,26,159); }

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

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

 a { background-color: rgb(139,26,159); }

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

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

 span { border-color: rgb(139,26,159); }

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