Html Css Color HEX #85137F Dark Purple

📋 copy color: '#85137F'

red 133 ◦ green 19 ◦ blue 127

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

Shades of Dark Purple #85137F

Tints of Dark Purple #85137F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.52%

R = 47.67%
G = 6.81%
B = 45.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85137F (or 0x85137F) is known color: Dark Purple. HEX triplet: 85, 13 and 7F. RGB value is (133,19,127). Sum of RGB (Red+Green+Blue) = 133+19+127=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85137F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85137F is #7AEC80. Grayscale: #414141. Windows color (decimal): -8055937 or 8328069. OLE color: 8328069.

HSL color Cylindrical-coordinate representation of color #85137F: hue angle of 303.16º 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 #85137F is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 19 127 -
CMYK 0 0.86 0.05 0.48
HSL 303.16º 0.75% 0.3% -
HSV(B) 303.16º 0.86% 0.52% -
XYZ 13.74 6.98 20.7 -
YUV 65.4 162.77 176.22 -
System Red Green Blue C M Y K H S L
Decimal 133 19 127 0 0.86 0.05 0.48 303.16 0.75 0.3
Hex 85 13 7F 0 56 5 30 12F 4B 1E
Octal 205 23 177 0 126 5 60 457 113 36
Binary 10000101 10011 1111111 0 1010110 101 110000 100101111 1001011 11110

Color Harmonies of #85137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85137F

Black with #85137F

Text Example


Text Example

White with #85137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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