Html Css Color HEX #85116C Dark Purple

📋 copy color: '#85116C'

red 133 ◦ green 17 ◦ blue 108

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

Shades of Dark Purple #85116C

Tints of Dark Purple #85116C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.59%

 BLUE value IS 108 (42.58% from 255) = 41.86%

R = 51.55%
G = 6.59%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85116C (or 0x85116C) is known color: Dark Purple. HEX triplet: 85, 11 and 6C. RGB value is (133,17,108). Sum of RGB (Red+Green+Blue) = 133+17+108=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85116C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85116C is #7AEE93. Grayscale: #3D3D3D. Windows color (decimal): -8056468 or 7082373. OLE color: 7082373.

HSL color Cylindrical-coordinate representation of color #85116C: hue angle of 312.93º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85116C is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 17 108 -
CMYK 0 0.87 0.19 0.48
HSL 312.93º 0.77% 0.29% -
HSV(B) 312.93º 0.87% 0.52% -
XYZ 12.58 6.47 14.77 -
YUV 62.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 133 17 108 0 0.87 0.19 0.48 312.93 0.77 0.29
Hex 85 11 6C 0 57 13 30 139 4D 1D
Octal 205 21 154 0 127 23 60 471 115 35
Binary 10000101 10001 1101100 0 1010111 10011 110000 100111001 1001101 11101

Color Harmonies of #85116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85116C

Black with #85116C

Text Example


Text Example

White with #85116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85116C; }

 p { color: rgb(133,17,108); }

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

background-color css

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

 a { background-color: rgb(133,17,108); }

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

border-color css

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

 span { border-color: rgb(133,17,108); }

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