Html Css Color HEX #851E80 Dark Purple

📋 copy color: '#851E80'

red 133 ◦ green 30 ◦ blue 128

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

Shades of Dark Purple #851E80

Tints of Dark Purple #851E80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 43.99%

R = 45.7%
G = 10.31%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#851E80 (or 0x851E80) is known color: Dark Purple. HEX triplet: 85, 1E and 80. RGB value is (133,30,128). Sum of RGB (Red+Green+Blue) = 133+30+128=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #851E80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851E80 is #7AE17F. Grayscale: #474747. Windows color (decimal): -8053120 or 8396421. OLE color: 8396421.

HSL color Cylindrical-coordinate representation of color #851E80: hue angle of 302.91º 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 #851E80 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 30 128 -
CMYK 0 0.77 0.04 0.48
HSL 302.91º 0.63% 0.32% -
HSV(B) 302.91º 0.77% 0.52% -
XYZ 14.03 7.47 21.12 -
YUV 71.97 159.62 171.53 -
System Red Green Blue C M Y K H S L
Decimal 133 30 128 0 0.77 0.04 0.48 302.91 0.63 0.32
Hex 85 1E 80 0 4D 4 30 12F 3F 20
Octal 205 36 200 0 115 4 60 457 77 40
Binary 10000101 11110 10000000 0 1001101 100 110000 100101111 111111 100000

Color Harmonies of #851E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851E80

Black with #851E80

Text Example


Text Example

White with #851E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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