Html Css Color HEX #852176 Dark Purple

📋 copy color: '#852176'

red 133 ◦ green 33 ◦ blue 118

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

Shades of Dark Purple #852176

Tints of Dark Purple #852176

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.62%

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

R = 46.83%
G = 11.62%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#852176 (or 0x852176) is known color: Dark Purple. HEX triplet: 85, 21 and 76. RGB value is (133,33,118). Sum of RGB (Red+Green+Blue) = 133+33+118=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #852176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852176 is #7ADE89. Grayscale: #484848. Windows color (decimal): -8052362 or 7741829. OLE color: 7741829.

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

Color convert

RGB 133 33 118 -
CMYK 0 0.75 0.11 0.48
HSL 309º 0.6% 0.33% -
HSV(B) 309º 0.75% 0.52% -
XYZ 13.49 7.38 17.85 -
YUV 72.59 153.63 171.09 -
System Red Green Blue C M Y K H S L
Decimal 133 33 118 0 0.75 0.11 0.48 309 0.6 0.33
Hex 85 21 76 0 4B B 30 135 3C 21
Octal 205 41 166 0 113 13 60 465 74 41
Binary 10000101 100001 1110110 0 1001011 1011 110000 100110101 111100 100001

Color Harmonies of #852176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852176

Black with #852176

Text Example


Text Example

White with #852176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852176; }

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

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

background-color css

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

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

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

border-color css

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

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

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