#8A1B9A

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

Shades of Vivid Violet #8A1B9A

Tints of Vivid Violet #8A1B9A

Color information

#8A1B9A (or 0x8A1B9A) is unknown color: approx Vivid Violet. HEX triplet: 8A, 1B and 9A. RGB value is (138,27,154). Sum of RGB (Red+Green+Blue) = 138+27+154=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #8A1B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1B9A is #75E465. Grayscale: #4A4A4A. Windows color (decimal): -7726182 or 10099594. OLE color: 10099594.

HSL color Cylindrical-coordinate representation of color #8A1B9A: hue angle of 292.44º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A1B9A is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13827154-
CMYK0.100.8200.40
HSL292.44º70.17%35.49%-
HSV(B)292.44º82.47%60.39%-
XYZ16.718.5231.34-
YUV74.67172.77173.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.26%
GREEN value IS 27 (10.94% from 255) = 8.46%
BLUE value IS 154 (60.55% from 255) = 48.28%
R=43.26%
G=8.46%
B=48.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal138271540.100.8200.40292.4470.1735.49
Hex8A1B9AA520281244623
Octal212332321212205044410643
Binary1000101011011100110101010101001001010001001001001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,27,154); }

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

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

 a { background-color: rgb(138,27,154); }

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

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

 span { border-color: rgb(138,27,154); }

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