Html Css Color HEX #851176 Dark Purple

📋 copy color: '#851176'

red 133 ◦ green 17 ◦ blue 118

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

Shades of Dark Purple #851176

Tints of Dark Purple #851176

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.34%

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

R = 49.63%
G = 6.34%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#851176 (or 0x851176) is known color: Dark Purple. HEX triplet: 85, 11 and 76. RGB value is (133,17,118). Sum of RGB (Red+Green+Blue) = 133+17+118=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #851176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851176 is #7AEE89. Grayscale: #3E3E3E. Windows color (decimal): -8056458 or 7737733. OLE color: 7737733.

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

Color convert

RGB 133 17 118 -
CMYK 0 0.87 0.11 0.48
HSL 307.76º 0.77% 0.29% -
HSV(B) 307.76º 0.87% 0.52% -
XYZ 13.14 6.7 17.74 -
YUV 63.2 158.93 177.79 -
System Red Green Blue C M Y K H S L
Decimal 133 17 118 0 0.87 0.11 0.48 307.76 0.77 0.29
Hex 85 11 76 0 57 B 30 134 4D 1D
Octal 205 21 166 0 127 13 60 464 115 35
Binary 10000101 10001 1110110 0 1010111 1011 110000 100110100 1001101 11101

Color Harmonies of #851176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851176

Black with #851176

Text Example


Text Example

White with #851176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851176; }

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

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

background-color css

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

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

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

border-color css

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

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

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