Html Css Color HEX #811C8B Dark Purple

📋 copy color: '#811C8B'

red 129 ◦ green 28 ◦ blue 139

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

Shades of Dark Purple #811C8B

Tints of Dark Purple #811C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.96%

R = 43.58%
G = 9.46%
B = 46.96%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#811C8B (or 0x811C8B) is known color: Dark Purple. HEX triplet: 81, 1C and 8B. RGB value is (129,28,139). Sum of RGB (Red+Green+Blue) = 129+28+139=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #811C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811C8B is #7EE374. Grayscale: #464646. Windows color (decimal): -8315765 or 9116801. OLE color: 9116801.

HSL color Cylindrical-coordinate representation of color #811C8B: hue angle of 294.59º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811C8B is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 28 139 -
CMYK 0.07 0.80 0 0.45
HSL 294.59º 0.66% 0.33% -
HSV(B) 294.59º 0.8% 0.55% -
XYZ 14.13 7.36 25.1 -
YUV 70.85 166.46 169.47 -
System Red Green Blue C M Y K H S L
Decimal 129 28 139 0.07 0.80 0 0.45 294.59 0.66 0.33
Hex 81 1C 8B 7 50 0 2D 127 42 21
Octal 201 34 213 7 120 0 55 447 102 41
Binary 10000001 11100 10001011 111 1010000 0 101101 100100111 1000010 100001

Color Harmonies of #811C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811C8B

Black with #811C8B

Text Example


Text Example

White with #811C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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