Html Css Color HEX #85136A Dark Purple

📋 copy color: '#85136A'

red 133 ◦ green 19 ◦ blue 106

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

Shades of Dark Purple #85136A

Tints of Dark Purple #85136A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 41.09%

R = 51.55%
G = 7.36%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85136A (or 0x85136A) is known color: Dark Purple. HEX triplet: 85, 13 and 6A. RGB value is (133,19,106). Sum of RGB (Red+Green+Blue) = 133+19+106=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85136A is #7AEC95. Grayscale: #3E3E3E. Windows color (decimal): -8055958 or 6951813. OLE color: 6951813.

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

Color convert

RGB 133 19 106 -
CMYK 0 0.86 0.20 0.48
HSL 314.21º 0.75% 0.3% -
HSV(B) 314.21º 0.86% 0.52% -
XYZ 12.51 6.49 14.23 -
YUV 63 152.27 177.93 -
System Red Green Blue C M Y K H S L
Decimal 133 19 106 0 0.86 0.20 0.48 314.21 0.75 0.3
Hex 85 13 6A 0 56 14 30 13A 4B 1E
Octal 205 23 152 0 126 24 60 472 113 36
Binary 10000101 10011 1101010 0 1010110 10100 110000 100111010 1001011 11110

Color Harmonies of #85136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85136A

Black with #85136A

Text Example


Text Example

White with #85136A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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