Html Css Color HEX #811084 Purple

📋 copy color: '#811084'

red 129 ◦ green 16 ◦ blue 132

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

Shades of Purple #811084

Tints of Purple #811084

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.78%

 BLUE value IS 132 (51.95% from 255) = 47.65%

R = 46.57%
G = 5.78%
B = 47.65%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#811084 (or 0x811084) is known color: Purple. HEX triplet: 81, 10 and 84. RGB value is (129,16,132). Sum of RGB (Red+Green+Blue) = 129+16+132=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #811084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811084 is #7EEF7B. Grayscale: #3E3E3E. Windows color (decimal): -8318844 or 8654977. OLE color: 8654977.

HSL color Cylindrical-coordinate representation of color #811084: hue angle of 298.45º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811084 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 16 132 -
CMYK 0.02 0.88 0 0.48
HSL 298.45º 0.78% 0.29% -
HSV(B) 298.45º 0.88% 0.52% -
XYZ 13.4 6.7 22.42 -
YUV 63.01 166.94 175.07 -
System Red Green Blue C M Y K H S L
Decimal 129 16 132 0.02 0.88 0 0.48 298.45 0.78 0.29
Hex 81 10 84 2 58 0 30 12A 4E 1D
Octal 201 20 204 2 130 0 60 452 116 35
Binary 10000001 10000 10000100 10 1011000 0 110000 100101010 1001110 11101

Color Harmonies of #811084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811084

Black with #811084

Text Example


Text Example

White with #811084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811084; }

 p { color: rgb(129,16,132); }

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

background-color css

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

 a { background-color: rgb(129,16,132); }

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

border-color css

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

 span { border-color: rgb(129,16,132); }

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