#8136AA

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

Shades of Vivid Violet #8136AA

Tints of Vivid Violet #8136AA

Color information

#8136AA (or 0x8136AA) is unknown color: approx Vivid Violet. HEX triplet: 81, 36 and AA. RGB value is (129,54,170). Sum of RGB (Red+Green+Blue) = 129+54+170=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #8136AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8136AA is #7EC955. Grayscale: #595959. Windows color (decimal): -8309078 or 11155073. OLE color: 11155073.

HSL color Cylindrical-coordinate representation of color #8136AA: hue angle of 278.79º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8136AA is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12954170-
CMYK0.240.6800.33
HSL278.79º51.79%43.92%-
HSV(B)278.79º68.24%66.67%-
XYZ17.6310.2139.07-
YUV89.65173.35156.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.54%
GREEN value IS 54 (21.48% from 255) = 15.30%
BLUE value IS 170 (66.80% from 255) = 48.16%
R=36.54%
G=15.30%
B=48.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129541700.240.6800.33278.7951.7943.92
Hex8136AA1844021117342c
Octal20166252301040414276454
Binary10000001110110101010101100010001000100001100010111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8136AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8136AA; }

 p { color: rgb(129,54,170); }

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

<style>
 a { background-color: #8136AA; }

 a { background-color: rgb(129,54,170); }

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

<style>
 span { border-color: #8136AA; }

 span { border-color: rgb(129,54,170); }

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