Html Css Color HEX #811684 Dark Purple

📋 copy color: '#811684'

red 129 ◦ green 22 ◦ blue 132

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

Shades of Dark Purple #811684

Tints of Dark Purple #811684

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.77%

 BLUE value IS 132 (51.95% from 255) = 46.64%

R = 45.58%
G = 7.77%
B = 46.64%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#811684 (or 0x811684) is known color: Dark Purple. HEX triplet: 81, 16 and 84. RGB value is (129,22,132). Sum of RGB (Red+Green+Blue) = 129+22+132=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #811684 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811684 is #7EE97B. Grayscale: #424242. Windows color (decimal): -8317308 or 8656513. OLE color: 8656513.

HSL color Cylindrical-coordinate representation of color #811684: hue angle of 298.36º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #811684 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 22 132 -
CMYK 0.02 0.83 0 0.48
HSL 298.36º 0.71% 0.3% -
HSV(B) 298.36º 0.83% 0.52% -
XYZ 13.51 6.91 22.45 -
YUV 66.53 164.95 172.56 -
System Red Green Blue C M Y K H S L
Decimal 129 22 132 0.02 0.83 0 0.48 298.36 0.71 0.3
Hex 81 16 84 2 53 0 30 12A 47 1E
Octal 201 26 204 2 123 0 60 452 107 36
Binary 10000001 10110 10000100 10 1010011 0 110000 100101010 1000111 11110

Color Harmonies of #811684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811684

Black with #811684

Text Example


Text Example

White with #811684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811684; }

 p { color: rgb(129,22,132); }

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

background-color css

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

 a { background-color: rgb(129,22,132); }

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

border-color css

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

 span { border-color: rgb(129,22,132); }

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