Html Css Color HEX #85106D Dark Purple

📋 copy color: '#85106D'

red 133 ◦ green 16 ◦ blue 109

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

Shades of Dark Purple #85106D

Tints of Dark Purple #85106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.2%

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

R = 51.55%
G = 6.2%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85106D (or 0x85106D) is known color: Dark Purple. HEX triplet: 85, 10 and 6D. RGB value is (133,16,109). Sum of RGB (Red+Green+Blue) = 133+16+109=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85106D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85106D is #7AEF92. Grayscale: #3D3D3D. Windows color (decimal): -8056723 or 7147653. OLE color: 7147653.

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

Color convert

RGB 133 16 109 -
CMYK 0 0.88 0.18 0.48
HSL 312.31º 0.79% 0.29% -
HSV(B) 312.31º 0.88% 0.52% -
XYZ 12.62 6.46 15.05 -
YUV 61.59 154.76 178.94 -
System Red Green Blue C M Y K H S L
Decimal 133 16 109 0 0.88 0.18 0.48 312.31 0.79 0.29
Hex 85 10 6D 0 58 12 30 138 4F 1D
Octal 205 20 155 0 130 22 60 470 117 35
Binary 10000101 10000 1101101 0 1011000 10010 110000 100111000 1001111 11101

Color Harmonies of #85106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85106D

Black with #85106D

Text Example


Text Example

White with #85106D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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