#8134AA

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

Shades of Vivid Violet #8134AA

Tints of Vivid Violet #8134AA

Color information

#8134AA (or 0x8134AA) is unknown color: approx Vivid Violet. HEX triplet: 81, 34 and AA. RGB value is (129,52,170). Sum of RGB (Red+Green+Blue) = 129+52+170=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #8134AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8134AA is #7ECB55. Grayscale: #585858. Windows color (decimal): -8309590 or 11154561. OLE color: 11154561.

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

Color convert

RGB12952170-
CMYK0.240.6900.33
HSL279.15º53.15%43.53%-
HSV(B)279.15º69.41%66.67%-
XYZ17.5410.0339.04-
YUV88.48174.01156.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.75%
GREEN value IS 52 (20.70% from 255) = 14.81%
BLUE value IS 170 (66.80% from 255) = 48.43%
R=36.75%
G=14.81%
B=48.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129521700.240.6900.33279.1553.1543.53
Hex8134AA1845021117352c
Octal20164252301050414276554
Binary10000001110100101010101100010001010100001100010111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8134AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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