Html Css Color HEX #811C88 Dark Purple

📋 copy color: '#811C88'

red 129 ◦ green 28 ◦ blue 136

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

Shades of Dark Purple #811C88

Tints of Dark Purple #811C88

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.56%

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

R = 44.03%
G = 9.56%
B = 46.42%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#811C88 (or 0x811C88) is known color: Dark Purple. HEX triplet: 81, 1C and 88. RGB value is (129,28,136). Sum of RGB (Red+Green+Blue) = 129+28+136=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 136 - color contains mainly: blue. Hex color #811C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811C88 is #7EE377. Grayscale: #464646. Windows color (decimal): -8315768 or 8920193. OLE color: 8920193.

HSL color Cylindrical-coordinate representation of color #811C88: hue angle of 296.11º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #811C88 is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 129 28 136 -
CMYK 0.05 0.79 0 0.47
HSL 296.11º 0.66% 0.32% -
HSV(B) 296.11º 0.79% 0.53% -
XYZ 13.91 7.28 23.96 -
YUV 70.51 164.96 169.72 -
System Red Green Blue C M Y K H S L
Decimal 129 28 136 0.05 0.79 0 0.47 296.11 0.66 0.32
Hex 81 1C 88 5 4F 0 2F 128 42 20
Octal 201 34 210 5 117 0 57 450 102 40
Binary 10000001 11100 10001000 101 1001111 0 101111 100101000 1000010 100000

Color Harmonies of #811C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811C88

Black with #811C88

Text Example


Text Example

White with #811C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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