Html Css Color HEX #85176D Dark Purple

📋 copy color: '#85176D'

red 133 ◦ green 23 ◦ blue 109

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

Shades of Dark Purple #85176D

Tints of Dark Purple #85176D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.68%

 BLUE value IS 109 (42.97% from 255) = 41.13%

R = 50.19%
G = 8.68%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85176D (or 0x85176D) is known color: Dark Purple. HEX triplet: 85, 17 and 6D. RGB value is (133,23,109). Sum of RGB (Red+Green+Blue) = 133+23+109=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85176D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85176D is #7AE892. Grayscale: #414141. Windows color (decimal): -8054931 or 7149445. OLE color: 7149445.

HSL color Cylindrical-coordinate representation of color #85176D: hue angle of 313.09º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85176D is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 23 109 -
CMYK 0 0.83 0.18 0.48
HSL 313.09º 0.71% 0.31% -
HSV(B) 313.09º 0.83% 0.52% -
XYZ 12.74 6.7 15.09 -
YUV 65.69 152.44 176.01 -
System Red Green Blue C M Y K H S L
Decimal 133 23 109 0 0.83 0.18 0.48 313.09 0.71 0.31
Hex 85 17 6D 0 53 12 30 139 47 1F
Octal 205 27 155 0 123 22 60 471 107 37
Binary 10000101 10111 1101101 0 1010011 10010 110000 100111001 1000111 11111

Color Harmonies of #85176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85176D

Black with #85176D

Text Example


Text Example

White with #85176D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85176D; }

 p { color: rgb(133,23,109); }

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

background-color css

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

 a { background-color: rgb(133,23,109); }

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

border-color css

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

 span { border-color: rgb(133,23,109); }

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