Html Css Color HEX #811366 Dark Purple

📋 copy color: '#811366'

red 129 ◦ green 19 ◦ blue 102

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

Shades of Dark Purple #811366

Tints of Dark Purple #811366

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.6%

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

R = 51.6%
G = 7.6%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#811366 (or 0x811366) is known color: Dark Purple. HEX triplet: 81, 13 and 66. RGB value is (129,19,102). Sum of RGB (Red+Green+Blue) = 129+19+102=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #811366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811366 is #7EEC99. Grayscale: #3D3D3D. Windows color (decimal): -8318106 or 6689665. OLE color: 6689665.

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

Color convert

RGB 129 19 102 -
CMYK 0 0.85 0.21 0.49
HSL 314.73º 0.74% 0.29% -
HSV(B) 314.73º 0.85% 0.51% -
XYZ 11.68 6.09 13.13 -
YUV 61.35 150.94 176.25 -
System Red Green Blue C M Y K H S L
Decimal 129 19 102 0 0.85 0.21 0.49 314.73 0.74 0.29
Hex 81 13 66 0 55 15 31 13B 4A 1D
Octal 201 23 146 0 125 25 61 473 112 35
Binary 10000001 10011 1100110 0 1010101 10101 110001 100111011 1001010 11101

Color Harmonies of #811366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811366

Black with #811366

Text Example


Text Example

White with #811366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811366; }

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

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

background-color css

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

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

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

border-color css

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

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

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