Html Css Color HEX #811488 Purple

📋 copy color: '#811488'

red 129 ◦ green 20 ◦ blue 136

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

Shades of Purple #811488

Tints of Purple #811488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.02%

 BLUE value IS 136 (53.52% from 255) = 47.72%

R = 45.26%
G = 7.02%
B = 47.72%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#811488 (or 0x811488) is known color: Purple. HEX triplet: 81, 14 and 88. RGB value is (129,20,136). Sum of RGB (Red+Green+Blue) = 129+20+136=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #811488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811488 is #7EEB77. Grayscale: #414141. Windows color (decimal): -8317816 or 8918145. OLE color: 8918145.

HSL color Cylindrical-coordinate representation of color #811488: hue angle of 296.38º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #811488 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 129 20 136 -
CMYK 0.05 0.85 0 0.47
HSL 296.38º 0.74% 0.31% -
HSV(B) 296.38º 0.85% 0.53% -
XYZ 13.75 6.95 23.91 -
YUV 65.82 167.61 173.07 -
System Red Green Blue C M Y K H S L
Decimal 129 20 136 0.05 0.85 0 0.47 296.38 0.74 0.31
Hex 81 14 88 5 55 0 2F 128 4A 1F
Octal 201 24 210 5 125 0 57 450 112 37
Binary 10000001 10100 10001000 101 1010101 0 101111 100101000 1001010 11111

Color Harmonies of #811488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811488

Black with #811488

Text Example


Text Example

White with #811488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811488; }

 p { color: rgb(129,20,136); }

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

background-color css

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

 a { background-color: rgb(129,20,136); }

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

border-color css

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

 span { border-color: rgb(129,20,136); }

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