Html Css Color HEX #8133AD Royal Purple

📋 copy color: '#8133AD'

red 129 ◦ green 51 ◦ blue 173

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

Shades of Royal Purple #8133AD

Tints of Royal Purple #8133AD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.45%

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

R = 36.54%
G = 14.45%
B = 49.01%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8133AD (or 0x8133AD) is known color: Royal Purple. HEX triplet: 81, 33 and AD. RGB value is (129,51,173). Sum of RGB (Red+Green+Blue) = 129+51+173=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #8133AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8133AD is #7ECC52. Grayscale: #575757. Windows color (decimal): -8309843 or 11350913. OLE color: 11350913.

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

Color convert

RGB 129 51 173 -
CMYK 0.25 0.71 0 0.32
HSL 278.36º 0.54% 0.44% -
HSV(B) 278.36º 0.71% 0.68% -
XYZ 17.78 10.05 40.54 -
YUV 88.23 175.84 157.08 -
System Red Green Blue C M Y K H S L
Decimal 129 51 173 0.25 0.71 0 0.32 278.36 0.54 0.44
Hex 81 33 AD 19 47 0 20 116 36 2C
Octal 201 63 255 31 107 0 40 426 66 54
Binary 10000001 110011 10101101 11001 1000111 0 100000 100010110 110110 101100

Color Harmonies of #8133AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8133AD

Black with #8133AD

Text Example


Text Example

White with #8133AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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