Html Css Color HEX #8134AF Royal Purple

📋 copy color: '#8134AF'

red 129 ◦ green 52 ◦ blue 175

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

Shades of Royal Purple #8134AF

Tints of Royal Purple #8134AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.16%

R = 36.24%
G = 14.61%
B = 49.16%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8134AF (or 0x8134AF) is known color: Royal Purple. HEX triplet: 81, 34 and AF. RGB value is (129,52,175). Sum of RGB (Red+Green+Blue) = 129+52+175=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #8134AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8134AF is #7ECB50. Grayscale: #585858. Windows color (decimal): -8309585 or 11482241. OLE color: 11482241.

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

Color convert

RGB 129 52 175 -
CMYK 0.26 0.70 0 0.31
HSL 277.56º 0.54% 0.45% -
HSV(B) 277.56º 0.7% 0.69% -
XYZ 18.02 10.22 41.58 -
YUV 89.05 176.51 156.5 -
System Red Green Blue C M Y K H S L
Decimal 129 52 175 0.26 0.70 0 0.31 277.56 0.54 0.45
Hex 81 34 AF 1A 46 0 1F 116 36 2D
Octal 201 64 257 32 106 0 37 426 66 55
Binary 10000001 110100 10101111 11010 1000110 0 11111 100010110 110110 101101

Color Harmonies of #8134AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8134AF

Black with #8134AF

Text Example


Text Example

White with #8134AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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