Html Css Color HEX #85396E Dark Purple

📋 copy color: '#85396E'

red 133 ◦ green 57 ◦ blue 110

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

Shades of Dark Purple #85396E

Tints of Dark Purple #85396E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.67%

R = 44.33%
G = 19%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85396E (or 0x85396E) is known color: Dark Purple. HEX triplet: 85, 39 and 6E. RGB value is (133,57,110). Sum of RGB (Red+Green+Blue) = 133+57+110=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #85396E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85396E is #7AC691. Grayscale: #555555. Windows color (decimal): -8046226 or 7223685. OLE color: 7223685.

HSL color Cylindrical-coordinate representation of color #85396E: hue angle of 318.16º 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 #85396E is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 57 110 -
CMYK 0 0.57 0.17 0.48
HSL 318.16º 0.4% 0.37% -
HSV(B) 318.16º 0.57% 0.52% -
XYZ 13.95 9.04 15.76 -
YUV 85.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 133 57 110 0 0.57 0.17 0.48 318.16 0.4 0.37
Hex 85 39 6E 0 39 11 30 13E 28 25
Octal 205 71 156 0 71 21 60 476 50 45
Binary 10000101 111001 1101110 0 111001 10001 110000 100111110 101000 100101

Color Harmonies of #85396E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85396E

Black with #85396E

Text Example


Text Example

White with #85396E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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