Html Css Color HEX #85176B Dark Purple

📋 copy color: '#85176B'

red 133 ◦ green 23 ◦ blue 107

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

Shades of Dark Purple #85176B

Tints of Dark Purple #85176B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.68%

R = 50.57%
G = 8.75%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85176B (or 0x85176B) is known color: Dark Purple. HEX triplet: 85, 17 and 6B. RGB value is (133,23,107). Sum of RGB (Red+Green+Blue) = 133+23+107=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85176B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85176B is #7AE894. Grayscale: #414141. Windows color (decimal): -8054933 or 7018373. OLE color: 7018373.

HSL color Cylindrical-coordinate representation of color #85176B: hue angle of 314.18º 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 #85176B is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 23 107 -
CMYK 0 0.83 0.20 0.48
HSL 314.18º 0.71% 0.31% -
HSV(B) 314.18º 0.83% 0.52% -
XYZ 12.63 6.66 14.53 -
YUV 65.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 133 23 107 0 0.83 0.20 0.48 314.18 0.71 0.31
Hex 85 17 6B 0 53 14 30 13A 47 1F
Octal 205 27 153 0 123 24 60 472 107 37
Binary 10000101 10111 1101011 0 1010011 10100 110000 100111010 1000111 11111

Color Harmonies of #85176B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85176B

Black with #85176B

Text Example


Text Example

White with #85176B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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