Html Css Color HEX #811266 Dark Purple

📋 copy color: '#811266'

red 129 ◦ green 18 ◦ blue 102

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

Shades of Dark Purple #811266

Tints of Dark Purple #811266

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

 BLUE value IS 102 (40.23% from 255) = 40.96%

R = 51.81%
G = 7.23%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#811266 (or 0x811266) is known color: Dark Purple. HEX triplet: 81, 12 and 66. RGB value is (129,18,102). Sum of RGB (Red+Green+Blue) = 129+18+102=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #811266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811266 is #7EED99. Grayscale: #3C3C3C. Windows color (decimal): -8318362 or 6689409. OLE color: 6689409.

HSL color Cylindrical-coordinate representation of color #811266: hue angle of 314.59º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811266 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 18 102 -
CMYK 0 0.86 0.21 0.49
HSL 314.59º 0.76% 0.29% -
HSV(B) 314.59º 0.86% 0.51% -
XYZ 11.67 6.06 13.12 -
YUV 60.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 129 18 102 0 0.86 0.21 0.49 314.59 0.76 0.29
Hex 81 12 66 0 56 15 31 13B 4C 1D
Octal 201 22 146 0 126 25 61 473 114 35
Binary 10000001 10010 1100110 0 1010110 10101 110001 100111011 1001100 11101

Color Harmonies of #811266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811266

Black with #811266

Text Example


Text Example

White with #811266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811266; }

 p { color: rgb(129,18,102); }

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

background-color css

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

 a { background-color: rgb(129,18,102); }

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

border-color css

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

 span { border-color: rgb(129,18,102); }

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