Html Css Color HEX #85166E Dark Purple

📋 copy color: '#85166E'

red 133 ◦ green 22 ◦ blue 110

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

Shades of Dark Purple #85166E

Tints of Dark Purple #85166E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.51%

R = 50.19%
G = 8.3%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85166E (or 0x85166E) is known color: Dark Purple. HEX triplet: 85, 16 and 6E. RGB value is (133,22,110). Sum of RGB (Red+Green+Blue) = 133+22+110=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85166E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85166E is #7AE991. Grayscale: #404040. Windows color (decimal): -8055186 or 7214725. OLE color: 7214725.

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

Color convert

RGB 133 22 110 -
CMYK 0 0.83 0.17 0.48
HSL 312.43º 0.72% 0.3% -
HSV(B) 312.43º 0.83% 0.52% -
XYZ 12.77 6.69 15.37 -
YUV 65.22 153.27 176.34 -
System Red Green Blue C M Y K H S L
Decimal 133 22 110 0 0.83 0.17 0.48 312.43 0.72 0.3
Hex 85 16 6E 0 53 11 30 138 48 1E
Octal 205 26 156 0 123 21 60 470 110 36
Binary 10000101 10110 1101110 0 1010011 10001 110000 100111000 1001000 11110

Color Harmonies of #85166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85166E

Black with #85166E

Text Example


Text Example

White with #85166E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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