Html Css Color HEX #85136E Dark Purple

📋 copy color: '#85136E'

red 133 ◦ green 19 ◦ blue 110

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

Shades of Dark Purple #85136E

Tints of Dark Purple #85136E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.98%

R = 50.76%
G = 7.25%
B = 41.98%

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

#85136E (or 0x85136E) is known color: Dark Purple. HEX triplet: 85, 13 and 6E. RGB value is (133,19,110). Sum of RGB (Red+Green+Blue) = 133+19+110=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #85136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85136E is #7AEC91. Grayscale: #3F3F3F. Windows color (decimal): -8055954 or 7213957. OLE color: 7213957.

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

Color convert

RGB 133 19 110 -
CMYK 0 0.86 0.17 0.48
HSL 312.11º 0.75% 0.3% -
HSV(B) 312.11º 0.86% 0.52% -
XYZ 12.72 6.58 15.35 -
YUV 63.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 133 19 110 0 0.86 0.17 0.48 312.11 0.75 0.3
Hex 85 13 6E 0 56 11 30 138 4B 1E
Octal 205 23 156 0 126 21 60 470 113 36
Binary 10000101 10011 1101110 0 1010110 10001 110000 100111000 1001011 11110

Color Harmonies of #85136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85136E

Black with #85136E

Text Example


Text Example

White with #85136E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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