Html Css Color HEX #851D84 Dark Purple

📋 copy color: '#851D84'

red 133 ◦ green 29 ◦ blue 132

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

Shades of Dark Purple #851D84

Tints of Dark Purple #851D84

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.86%

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

R = 45.24%
G = 9.86%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#851D84 (or 0x851D84) is known color: Dark Purple. HEX triplet: 85, 1D and 84. RGB value is (133,29,132). Sum of RGB (Red+Green+Blue) = 133+29+132=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #851D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851D84 is #7AE27B. Grayscale: #474747. Windows color (decimal): -8053372 or 8658309. OLE color: 8658309.

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

Color convert

RGB 133 29 132 -
CMYK 0 0.78 0.01 0.48
HSL 300.58º 0.64% 0.32% -
HSV(B) 300.58º 0.78% 0.52% -
XYZ 14.28 7.53 22.53 -
YUV 71.84 161.96 171.62 -
System Red Green Blue C M Y K H S L
Decimal 133 29 132 0 0.78 0.01 0.48 300.58 0.64 0.32
Hex 85 1D 84 0 4E 1 30 12D 40 20
Octal 205 35 204 0 116 1 60 455 100 40
Binary 10000101 11101 10000100 0 1001110 1 110000 100101101 1000000 100000

Color Harmonies of #851D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851D84

Black with #851D84

Text Example


Text Example

White with #851D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,29,132); }

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

background-color css

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

 a { background-color: rgb(133,29,132); }

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

border-color css

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

 span { border-color: rgb(133,29,132); }

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