Html Css Color HEX #85216D Dark Purple

📋 copy color: '#85216D'

red 133 ◦ green 33 ◦ blue 109

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

Shades of Dark Purple #85216D

Tints of Dark Purple #85216D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12%

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

R = 48.36%
G = 12%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85216D (or 0x85216D) is known color: Dark Purple. HEX triplet: 85, 21 and 6D. RGB value is (133,33,109). Sum of RGB (Red+Green+Blue) = 133+33+109=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85216D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85216D is #7ADE92. Grayscale: #474747. Windows color (decimal): -8052371 or 7152005. OLE color: 7152005.

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

Color convert

RGB 133 33 109 -
CMYK 0 0.75 0.18 0.48
HSL 314.4º 0.6% 0.33% -
HSV(B) 314.4º 0.75% 0.52% -
XYZ 12.98 7.18 15.17 -
YUV 71.56 149.13 171.82 -
System Red Green Blue C M Y K H S L
Decimal 133 33 109 0 0.75 0.18 0.48 314.4 0.6 0.33
Hex 85 21 6D 0 4B 12 30 13A 3C 21
Octal 205 41 155 0 113 22 60 472 74 41
Binary 10000101 100001 1101101 0 1001011 10010 110000 100111010 111100 100001

Color Harmonies of #85216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85216D

Black with #85216D

Text Example


Text Example

White with #85216D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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