Html Css Color HEX #8137AB Royal Purple

📋 copy color: '#8137AB'

red 129 ◦ green 55 ◦ blue 171

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

Shades of Royal Purple #8137AB

Tints of Royal Purple #8137AB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.49%

 BLUE value IS 171 (67.19% from 255) = 48.17%

R = 36.34%
G = 15.49%
B = 48.17%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8137AB (or 0x8137AB) is known color: Royal Purple. HEX triplet: 81, 37 and AB. RGB value is (129,55,171). Sum of RGB (Red+Green+Blue) = 129+55+171=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #8137AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8137AB is #7EC854. Grayscale: #595959. Windows color (decimal): -8308821 or 11220865. OLE color: 11220865.

HSL color Cylindrical-coordinate representation of color #8137AB: hue angle of 278.28º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8137AB is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 55 171 -
CMYK 0.25 0.68 0 0.33
HSL 278.28º 0.51% 0.44% -
HSV(B) 278.28º 0.68% 0.67% -
XYZ 17.77 10.34 39.59 -
YUV 90.35 173.52 155.57 -
System Red Green Blue C M Y K H S L
Decimal 129 55 171 0.25 0.68 0 0.33 278.28 0.51 0.44
Hex 81 37 AB 19 44 0 21 116 33 2C
Octal 201 67 253 31 104 0 41 426 63 54
Binary 10000001 110111 10101011 11001 1000100 0 100001 100010110 110011 101100

Color Harmonies of #8137AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8137AB

Black with #8137AB

Text Example


Text Example

White with #8137AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8137AB; }

 p { color: rgb(129,55,171); }

 H1.HeaderClassName
 {
   color: #8137AB;
 }
 .AnyTagClassName
 {
   color: #8137AB;
 }
</style>

background-color css

<style>
 a { background-color: #8137AB; }

 a { background-color: rgb(129,55,171); }

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

border-color css

<style>
 span { border-color: #8137AB; }

 span { border-color: rgb(129,55,171); }

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