Html Css Color HEX #851876 Dark Purple

📋 copy color: '#851876'

red 133 ◦ green 24 ◦ blue 118

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

Shades of Dark Purple #851876

Tints of Dark Purple #851876

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.73%

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

R = 48.36%
G = 8.73%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#851876 (or 0x851876) is known color: Dark Purple. HEX triplet: 85, 18 and 76. RGB value is (133,24,118). Sum of RGB (Red+Green+Blue) = 133+24+118=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #851876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851876 is #7AE789. Grayscale: #434343. Windows color (decimal): -8054666 or 7739525. OLE color: 7739525.

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

Color convert

RGB 133 24 118 -
CMYK 0 0.82 0.11 0.48
HSL 308.26º 0.69% 0.31% -
HSV(B) 308.26º 0.82% 0.52% -
XYZ 13.27 6.95 17.78 -
YUV 67.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 133 24 118 0 0.82 0.11 0.48 308.26 0.69 0.31
Hex 85 18 76 0 52 B 30 134 45 1F
Octal 205 30 166 0 122 13 60 464 105 37
Binary 10000101 11000 1110110 0 1010010 1011 110000 100110100 1000101 11111

Color Harmonies of #851876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851876

Black with #851876

Text Example


Text Example

White with #851876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851876; }

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

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

background-color css

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

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

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

border-color css

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

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

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