#8134AD

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

Shades of Royal Purple #8134AD

Tints of Royal Purple #8134AD

Color information

#8134AD (or 0x8134AD) is unknown color: approx Royal Purple. HEX triplet: 81, 34 and AD. RGB value is (129,52,173). Sum of RGB (Red+Green+Blue) = 129+52+173=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #8134AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8134AD is #7ECB52. Grayscale: #585858. Windows color (decimal): -8309587 or 11351169. OLE color: 11351169.

HSL color Cylindrical-coordinate representation of color #8134AD: hue angle of 278.18º 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 #8134AD is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12952173-
CMYK0.250.7000.32
HSL278.18º53.78%44.12%-
HSV(B)278.18º69.94%67.84%-
XYZ17.8210.1440.55-
YUV88.82175.51156.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.44%
GREEN value IS 52 (20.70% from 255) = 14.69%
BLUE value IS 173 (67.97% from 255) = 48.87%
R=36.44%
G=14.69%
B=48.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129521730.250.7000.32278.1853.7844.12
Hex8134AD1946020116362c
Octal20164255311060404266654
Binary10000001110100101011011100110001100100000100010110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8134AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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