Html Css Color HEX #85116D Dark Purple

📋 copy color: '#85116D'

red 133 ◦ green 17 ◦ blue 109

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

Shades of Dark Purple #85116D

Tints of Dark Purple #85116D

RGB

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

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

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

R = 51.35%
G = 6.56%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85116D (or 0x85116D) is known color: Dark Purple. HEX triplet: 85, 11 and 6D. RGB value is (133,17,109). Sum of RGB (Red+Green+Blue) = 133+17+109=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #85116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85116D is #7AEE92. Grayscale: #3D3D3D. Windows color (decimal): -8056467 or 7147909. OLE color: 7147909.

HSL color Cylindrical-coordinate representation of color #85116D: hue angle of 312.41º 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 #85116D is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 17 109 -
CMYK 0 0.87 0.18 0.48
HSL 312.41º 0.77% 0.29% -
HSV(B) 312.41º 0.87% 0.52% -
XYZ 12.63 6.49 15.06 -
YUV 62.17 154.43 178.52 -
System Red Green Blue C M Y K H S L
Decimal 133 17 109 0 0.87 0.18 0.48 312.41 0.77 0.29
Hex 85 11 6D 0 57 12 30 138 4D 1D
Octal 205 21 155 0 127 22 60 470 115 35
Binary 10000101 10001 1101101 0 1010111 10010 110000 100111000 1001101 11101

Color Harmonies of #85116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85116D

Black with #85116D

Text Example


Text Example

White with #85116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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