Html Css Color HEX #85137C Dark Purple

📋 copy color: '#85137C'

red 133 ◦ green 19 ◦ blue 124

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

Shades of Dark Purple #85137C

Tints of Dark Purple #85137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

 BLUE value IS 124 (48.83% from 255) = 44.93%

R = 48.19%
G = 6.88%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#85137C (or 0x85137C) is known color: Dark Purple. HEX triplet: 85, 13 and 7C. RGB value is (133,19,124). Sum of RGB (Red+Green+Blue) = 133+19+124=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85137C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85137C is #7AEC83. Grayscale: #404040. Windows color (decimal): -8055940 or 8131461. OLE color: 8131461.

HSL color Cylindrical-coordinate representation of color #85137C: hue angle of 304.74º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85137C is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 19 124 -
CMYK 0 0.86 0.07 0.48
HSL 304.74º 0.75% 0.3% -
HSV(B) 304.74º 0.86% 0.52% -
XYZ 13.54 6.91 19.69 -
YUV 65.06 161.27 176.46 -
System Red Green Blue C M Y K H S L
Decimal 133 19 124 0 0.86 0.07 0.48 304.74 0.75 0.3
Hex 85 13 7C 0 56 7 30 131 4B 1E
Octal 205 23 174 0 126 7 60 461 113 36
Binary 10000101 10011 1111100 0 1010110 111 110000 100110001 1001011 11110

Color Harmonies of #85137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85137C

Black with #85137C

Text Example


Text Example

White with #85137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85137C; }

 p { color: rgb(133,19,124); }

 H1.HeaderClassName
 {
   color: #85137C;
 }
 .AnyTagClassName
 {
   color: #85137C;
 }
</style>

background-color css

<style>
 a { background-color: #85137C; }

 a { background-color: rgb(133,19,124); }

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

border-color css

<style>
 span { border-color: #85137C; }

 span { border-color: rgb(133,19,124); }

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