Html Css Color HEX #85136F Dark Purple

📋 copy color: '#85136F'

red 133 ◦ green 19 ◦ blue 111

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

Shades of Dark Purple #85136F

Tints of Dark Purple #85136F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.21%

R = 50.57%
G = 7.22%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85136F (or 0x85136F) is known color: Dark Purple. HEX triplet: 85, 13 and 6F. RGB value is (133,19,111). Sum of RGB (Red+Green+Blue) = 133+19+111=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85136F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85136F is #7AEC90. Grayscale: #3F3F3F. Windows color (decimal): -8055953 or 7279493. OLE color: 7279493.

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

Color convert

RGB 133 19 111 -
CMYK 0 0.86 0.17 0.48
HSL 311.58º 0.75% 0.3% -
HSV(B) 311.58º 0.86% 0.52% -
XYZ 12.77 6.6 15.64 -
YUV 63.57 154.77 177.52 -
System Red Green Blue C M Y K H S L
Decimal 133 19 111 0 0.86 0.17 0.48 311.58 0.75 0.3
Hex 85 13 6F 0 56 11 30 138 4B 1E
Octal 205 23 157 0 126 21 60 470 113 36
Binary 10000101 10011 1101111 0 1010110 10001 110000 100111000 1001011 11110

Color Harmonies of #85136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85136F

Black with #85136F

Text Example


Text Example

White with #85136F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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