#8134AE

Color #8134AE Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #8134AE

Tints of Royal Purple #8134AE

Color information

#8134AE (or 0x8134AE) is unknown color: approx Royal Purple. HEX triplet: 81, 34 and AE. RGB value is (129,52,174). Sum of RGB (Red+Green+Blue) = 129+52+174=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #8134AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8134AE is #7ECB51. Grayscale: #585858. Windows color (decimal): -8309586 or 11416705. OLE color: 11416705.

HSL color Cylindrical-coordinate representation of color #8134AE: hue angle of 277.87º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8134AE is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12952174-
CMYK0.260.7000.32
HSL277.87º53.98%44.31%-
HSV(B)277.87º70.11%68.24%-
XYZ17.9210.1841.06-
YUV88.93176.01156.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.34%
GREEN value IS 52 (20.70% from 255) = 14.65%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=36.34%
G=14.65%
B=49.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129521740.260.7000.32277.8753.9844.31
Hex8134AE1A46020116362c
Octal20164256321060404266654
Binary10000001110100101011101101010001100100000100010110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8134AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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