Html Css Color HEX #851076 Dark Purple

📋 copy color: '#851076'

red 133 ◦ green 16 ◦ blue 118

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

Shades of Dark Purple #851076

Tints of Dark Purple #851076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.99%

 BLUE value IS 118 (46.48% from 255) = 44.19%

R = 49.81%
G = 5.99%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#851076 (or 0x851076) is known color: Dark Purple. HEX triplet: 85, 10 and 76. RGB value is (133,16,118). Sum of RGB (Red+Green+Blue) = 133+16+118=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #851076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851076 is #7AEF89. Grayscale: #3E3E3E. Windows color (decimal): -8056714 or 7737477. OLE color: 7737477.

HSL color Cylindrical-coordinate representation of color #851076: hue angle of 307.69º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851076 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 16 118 -
CMYK 0 0.88 0.11 0.48
HSL 307.69º 0.79% 0.29% -
HSV(B) 307.69º 0.88% 0.52% -
XYZ 13.13 6.67 17.73 -
YUV 62.61 159.26 178.21 -
System Red Green Blue C M Y K H S L
Decimal 133 16 118 0 0.88 0.11 0.48 307.69 0.79 0.29
Hex 85 10 76 0 58 B 30 134 4F 1D
Octal 205 20 166 0 130 13 60 464 117 35
Binary 10000101 10000 1110110 0 1011000 1011 110000 100110100 1001111 11101

Color Harmonies of #851076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851076

Black with #851076

Text Example


Text Example

White with #851076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851076; }

 p { color: rgb(133,16,118); }

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

background-color css

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

 a { background-color: rgb(133,16,118); }

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

border-color css

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

 span { border-color: rgb(133,16,118); }

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