Html Css Color HEX #811985 Dark Purple

📋 copy color: '#811985'

red 129 ◦ green 25 ◦ blue 133

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

Shades of Dark Purple #811985

Tints of Dark Purple #811985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.71%

 BLUE value IS 133 (52.34% from 255) = 46.34%

R = 44.95%
G = 8.71%
B = 46.34%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#811985 (or 0x811985) is known color: Dark Purple. HEX triplet: 81, 19 and 85. RGB value is (129,25,133). Sum of RGB (Red+Green+Blue) = 129+25+133=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #811985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811985 is #7EE67A. Grayscale: #444444. Windows color (decimal): -8316539 or 8722817. OLE color: 8722817.

HSL color Cylindrical-coordinate representation of color #811985: hue angle of 297.78º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #811985 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 25 133 -
CMYK 0.03 0.81 0 0.48
HSL 297.78º 0.68% 0.31% -
HSV(B) 297.78º 0.81% 0.52% -
XYZ 13.63 7.06 22.83 -
YUV 68.41 164.46 171.22 -
System Red Green Blue C M Y K H S L
Decimal 129 25 133 0.03 0.81 0 0.48 297.78 0.68 0.31
Hex 81 19 85 3 51 0 30 12A 44 1F
Octal 201 31 205 3 121 0 60 452 104 37
Binary 10000001 11001 10000101 11 1010001 0 110000 100101010 1000100 11111

Color Harmonies of #811985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811985

Black with #811985

Text Example


Text Example

White with #811985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811985; }

 p { color: rgb(129,25,133); }

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

background-color css

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

 a { background-color: rgb(129,25,133); }

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

border-color css

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

 span { border-color: rgb(129,25,133); }

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