Html Css Color HEX #85166D Dark Purple

📋 copy color: '#85166D'

red 133 ◦ green 22 ◦ blue 109

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

Shades of Dark Purple #85166D

Tints of Dark Purple #85166D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.33%

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

R = 50.38%
G = 8.33%
B = 41.29%

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

#85166D (or 0x85166D) is known color: Dark Purple. HEX triplet: 85, 16 and 6D. RGB value is (133,22,109). Sum of RGB (Red+Green+Blue) = 133+22+109=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #85166D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85166D is #7AE992. Grayscale: #404040. Windows color (decimal): -8055187 or 7149189. OLE color: 7149189.

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

Color convert

RGB 133 22 109 -
CMYK 0 0.83 0.18 0.48
HSL 312.97º 0.72% 0.3% -
HSV(B) 312.97º 0.83% 0.52% -
XYZ 12.72 6.66 15.08 -
YUV 65.11 152.77 176.43 -
System Red Green Blue C M Y K H S L
Decimal 133 22 109 0 0.83 0.18 0.48 312.97 0.72 0.3
Hex 85 16 6D 0 53 12 30 139 48 1E
Octal 205 26 155 0 123 22 60 471 110 36
Binary 10000101 10110 1101101 0 1010011 10010 110000 100111001 1001000 11110

Color Harmonies of #85166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85166D

Black with #85166D

Text Example


Text Example

White with #85166D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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