Html Css Color HEX #85397A Dark Purple

📋 copy color: '#85397A'

red 133 ◦ green 57 ◦ blue 122

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

Shades of Dark Purple #85397A

Tints of Dark Purple #85397A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.1%

R = 42.63%
G = 18.27%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85397A (or 0x85397A) is known color: Dark Purple. HEX triplet: 85, 39 and 7A. RGB value is (133,57,122). Sum of RGB (Red+Green+Blue) = 133+57+122=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85397A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85397A is #7AC685. Grayscale: #565656. Windows color (decimal): -8046214 or 8010117. OLE color: 8010117.

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

Color convert

RGB 133 57 122 -
CMYK 0 0.57 0.08 0.48
HSL 308.68º 0.4% 0.37% -
HSV(B) 308.68º 0.57% 0.52% -
XYZ 14.65 9.32 19.44 -
YUV 87.13 147.68 160.71 -
System Red Green Blue C M Y K H S L
Decimal 133 57 122 0 0.57 0.08 0.48 308.68 0.4 0.37
Hex 85 39 7A 0 39 8 30 135 28 25
Octal 205 71 172 0 71 10 60 465 50 45
Binary 10000101 111001 1111010 0 111001 1000 110000 100110101 101000 100101

Color Harmonies of #85397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85397A

Black with #85397A

Text Example


Text Example

White with #85397A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85397A; }

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

 H1.HeaderClassName
 {
   color: #85397A;
 }
 .AnyTagClassName
 {
   color: #85397A;
 }
</style>

background-color css

<style>
 a { background-color: #85397A; }

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

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

border-color css

<style>
 span { border-color: #85397A; }

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

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