Html Css Color HEX #85396D Dark Purple

📋 copy color: '#85396D'

red 133 ◦ green 57 ◦ blue 109

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

Shades of Dark Purple #85396D

Tints of Dark Purple #85396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.06%

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

R = 44.48%
G = 19.06%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85396D (or 0x85396D) is known color: Dark Purple. HEX triplet: 85, 39 and 6D. RGB value is (133,57,109). Sum of RGB (Red+Green+Blue) = 133+57+109=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #85396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85396D is #7AC692. Grayscale: #555555. Windows color (decimal): -8046227 or 7158149. OLE color: 7158149.

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

Color convert

RGB 133 57 109 -
CMYK 0 0.57 0.18 0.48
HSL 318.95º 0.4% 0.37% -
HSV(B) 318.95º 0.57% 0.52% -
XYZ 13.9 9.02 15.48 -
YUV 85.65 141.18 161.77 -
System Red Green Blue C M Y K H S L
Decimal 133 57 109 0 0.57 0.18 0.48 318.95 0.4 0.37
Hex 85 39 6D 0 39 12 30 13F 28 25
Octal 205 71 155 0 71 22 60 477 50 45
Binary 10000101 111001 1101101 0 111001 10010 110000 100111111 101000 100101

Color Harmonies of #85396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85396D

Black with #85396D

Text Example


Text Example

White with #85396D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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