Html Css Color HEX #85156D Dark Purple

📋 copy color: '#85156D'

red 133 ◦ green 21 ◦ blue 109

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

Shades of Dark Purple #85156D

Tints of Dark Purple #85156D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.98%

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

R = 50.57%
G = 7.98%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85156D (or 0x85156D) is known color: Dark Purple. HEX triplet: 85, 15 and 6D. RGB value is (133,21,109). Sum of RGB (Red+Green+Blue) = 133+21+109=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85156D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85156D is #7AEA92. Grayscale: #404040. Windows color (decimal): -8055443 or 7148933. OLE color: 7148933.

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

Color convert

RGB 133 21 109 -
CMYK 0 0.84 0.18 0.48
HSL 312.86º 0.73% 0.3% -
HSV(B) 312.86º 0.84% 0.52% -
XYZ 12.7 6.63 15.08 -
YUV 64.52 153.11 176.84 -
System Red Green Blue C M Y K H S L
Decimal 133 21 109 0 0.84 0.18 0.48 312.86 0.73 0.3
Hex 85 15 6D 0 54 12 30 139 49 1E
Octal 205 25 155 0 124 22 60 471 111 36
Binary 10000101 10101 1101101 0 1010100 10010 110000 100111001 1001001 11110

Color Harmonies of #85156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85156D

Black with #85156D

Text Example


Text Example

White with #85156D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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