Html Css Color HEX #8134AC Royal Purple

📋 copy color: '#8134AC'

red 129 ◦ green 52 ◦ blue 172

#8134AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #8134AC

Tints of Royal Purple #8134AC

RGB

 RED value IS 129 (50.78% from 255) = 36.54%

 GREEN value IS 52 (20.7% from 255) = 14.73%

 BLUE value IS 172 (67.58% from 255) = 48.73%

R = 36.54%
G = 14.73%
B = 48.73%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8134AC (or 0x8134AC) is known color: Royal Purple. HEX triplet: 81, 34 and AC. RGB value is (129,52,172). Sum of RGB (Red+Green+Blue) = 129+52+172=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #8134AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8134AC is #7ECB53. Grayscale: #585858. Windows color (decimal): -8309588 or 11285633. OLE color: 11285633.

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

Color convert

RGB 129 52 172 -
CMYK 0.25 0.70 0 0.33
HSL 278.5º 0.54% 0.44% -
HSV(B) 278.5º 0.7% 0.67% -
XYZ 17.73 10.1 40.05 -
YUV 88.7 175.01 156.74 -
System Red Green Blue C M Y K H S L
Decimal 129 52 172 0.25 0.70 0 0.33 278.5 0.54 0.44
Hex 81 34 AC 19 46 0 21 116 36 2C
Octal 201 64 254 31 106 0 41 426 66 54
Binary 10000001 110100 10101100 11001 1000110 0 100001 100010110 110110 101100

Color Harmonies of #8134AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8134AC

Black with #8134AC

Text Example


Text Example

White with #8134AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8134AC;
 }
 .AnyTagClassName
 {
   color: #8134AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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