Html Css Color HEX #8136AD Royal Purple

📋 copy color: '#8136AD'

red 129 ◦ green 54 ◦ blue 173

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

Shades of Royal Purple #8136AD

Tints of Royal Purple #8136AD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.17%

 BLUE value IS 173 (67.97% from 255) = 48.6%

R = 36.24%
G = 15.17%
B = 48.6%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8136AD (or 0x8136AD) is known color: Royal Purple. HEX triplet: 81, 36 and AD. RGB value is (129,54,173). Sum of RGB (Red+Green+Blue) = 129+54+173=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #8136AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8136AD is #7EC952. Grayscale: #595959. Windows color (decimal): -8309075 or 11351681. OLE color: 11351681.

HSL color Cylindrical-coordinate representation of color #8136AD: hue angle of 277.82º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8136AD is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 54 173 -
CMYK 0.25 0.69 0 0.32
HSL 277.82º 0.52% 0.45% -
HSV(B) 277.82º 0.69% 0.68% -
XYZ 17.92 10.32 40.58 -
YUV 89.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 129 54 173 0.25 0.69 0 0.32 277.82 0.52 0.45
Hex 81 36 AD 19 45 0 20 116 34 2D
Octal 201 66 255 31 105 0 40 426 64 55
Binary 10000001 110110 10101101 11001 1000101 0 100000 100010110 110100 101101

Color Harmonies of #8136AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8136AD

Black with #8136AD

Text Example


Text Example

White with #8136AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8136AD;
 }
 .AnyTagClassName
 {
   color: #8136AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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