Html Css Color HEX #851E81 Dark Purple

📋 copy color: '#851E81'

red 133 ◦ green 30 ◦ blue 129

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

Shades of Dark Purple #851E81

Tints of Dark Purple #851E81

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.27%

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

R = 45.55%
G = 10.27%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#851E81 (or 0x851E81) is known color: Dark Purple. HEX triplet: 85, 1E and 81. RGB value is (133,30,129). Sum of RGB (Red+Green+Blue) = 133+30+129=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #851E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851E81 is #7AE17E. Grayscale: #474747. Windows color (decimal): -8053119 or 8461957. OLE color: 8461957.

HSL color Cylindrical-coordinate representation of color #851E81: hue angle of 302.33º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #851E81 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 30 129 -
CMYK 0 0.77 0.03 0.48
HSL 302.33º 0.63% 0.32% -
HSV(B) 302.33º 0.77% 0.52% -
XYZ 14.1 7.5 21.47 -
YUV 72.08 160.12 171.45 -
System Red Green Blue C M Y K H S L
Decimal 133 30 129 0 0.77 0.03 0.48 302.33 0.63 0.32
Hex 85 1E 81 0 4D 3 30 12E 3F 20
Octal 205 36 201 0 115 3 60 456 77 40
Binary 10000101 11110 10000001 0 1001101 11 110000 100101110 111111 100000

Color Harmonies of #851E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851E81

Black with #851E81

Text Example


Text Example

White with #851E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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