Html Css Color HEX #85397D Dark Purple

📋 copy color: '#85397D'

red 133 ◦ green 57 ◦ blue 125

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

Shades of Dark Purple #85397D

Tints of Dark Purple #85397D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.68%

R = 42.22%
G = 18.1%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85397D (or 0x85397D) is known color: Dark Purple. HEX triplet: 85, 39 and 7D. RGB value is (133,57,125). Sum of RGB (Red+Green+Blue) = 133+57+125=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #85397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85397D is #7AC682. Grayscale: #575757. Windows color (decimal): -8046211 or 8206725. OLE color: 8206725.

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

Color convert

RGB 133 57 125 -
CMYK 0 0.57 0.06 0.48
HSL 306.32º 0.4% 0.37% -
HSV(B) 306.32º 0.57% 0.52% -
XYZ 14.84 9.39 20.43 -
YUV 87.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 133 57 125 0 0.57 0.06 0.48 306.32 0.4 0.37
Hex 85 39 7D 0 39 6 30 132 28 25
Octal 205 71 175 0 71 6 60 462 50 45
Binary 10000101 111001 1111101 0 111001 110 110000 100110010 101000 100101

Color Harmonies of #85397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85397D

Black with #85397D

Text Example


Text Example

White with #85397D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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