Html Css Color HEX #851981 Dark Purple

📋 copy color: '#851981'

red 133 ◦ green 25 ◦ blue 129

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

Shades of Dark Purple #851981

Tints of Dark Purple #851981

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #851981: hue angle of 302.22º 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 #851981 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 25 129 -
CMYK 0 0.81 0.03 0.48
HSL 302.22º 0.68% 0.31% -
HSV(B) 302.22º 0.81% 0.52% -
XYZ 13.98 7.27 21.43 -
YUV 69.15 161.78 173.54 -
System Red Green Blue C M Y K H S L
Decimal 133 25 129 0 0.81 0.03 0.48 302.22 0.68 0.31
Hex 85 19 81 0 51 3 30 12E 44 1F
Octal 205 31 201 0 121 3 60 456 104 37
Binary 10000101 11001 10000001 0 1010001 11 110000 100101110 1000100 11111

Color Harmonies of #851981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851981

Black with #851981

Text Example


Text Example

White with #851981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851981; }

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

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

background-color css

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

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

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

border-color css

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

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

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