Html Css Color HEX #85136D Dark Purple

📋 copy color: '#85136D'

red 133 ◦ green 19 ◦ blue 109

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

Shades of Dark Purple #85136D

Tints of Dark Purple #85136D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.28%

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

R = 50.96%
G = 7.28%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85136D (or 0x85136D) is known color: Dark Purple. HEX triplet: 85, 13 and 6D. RGB value is (133,19,109). Sum of RGB (Red+Green+Blue) = 133+19+109=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85136D is #7AEC92. Grayscale: #3F3F3F. Windows color (decimal): -8055955 or 7148421. OLE color: 7148421.

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

Color convert

RGB 133 19 109 -
CMYK 0 0.86 0.18 0.48
HSL 312.63º 0.75% 0.3% -
HSV(B) 312.63º 0.86% 0.52% -
XYZ 12.67 6.56 15.07 -
YUV 63.35 153.77 177.68 -
System Red Green Blue C M Y K H S L
Decimal 133 19 109 0 0.86 0.18 0.48 312.63 0.75 0.3
Hex 85 13 6D 0 56 12 30 139 4B 1E
Octal 205 23 155 0 126 22 60 471 113 36
Binary 10000101 10011 1101101 0 1010110 10010 110000 100111001 1001011 11110

Color Harmonies of #85136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85136D

Black with #85136D

Text Example


Text Example

White with #85136D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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