Html Css Color HEX #85126D Dark Purple

📋 copy color: '#85126D'

red 133 ◦ green 18 ◦ blue 109

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

Shades of Dark Purple #85126D

Tints of Dark Purple #85126D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.92%

 BLUE value IS 109 (42.97% from 255) = 41.92%

R = 51.15%
G = 6.92%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85126D (or 0x85126D) is known color: Dark Purple. HEX triplet: 85, 12 and 6D. RGB value is (133,18,109). Sum of RGB (Red+Green+Blue) = 133+18+109=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85126D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85126D is #7AED92. Grayscale: #3E3E3E. Windows color (decimal): -8056211 or 7148165. OLE color: 7148165.

HSL color Cylindrical-coordinate representation of color #85126D: hue angle of 312.52º degrees, saturation: 0.76, 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 #85126D is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 18 109 -
CMYK 0 0.86 0.18 0.48
HSL 312.52º 0.76% 0.3% -
HSV(B) 312.52º 0.86% 0.52% -
XYZ 12.65 6.52 15.06 -
YUV 62.76 154.1 178.1 -
System Red Green Blue C M Y K H S L
Decimal 133 18 109 0 0.86 0.18 0.48 312.52 0.76 0.3
Hex 85 12 6D 0 56 12 30 139 4C 1E
Octal 205 22 155 0 126 22 60 471 114 36
Binary 10000101 10010 1101101 0 1010110 10010 110000 100111001 1001100 11110

Color Harmonies of #85126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85126D

Black with #85126D

Text Example


Text Example

White with #85126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85126D; }

 p { color: rgb(133,18,109); }

 H1.HeaderClassName
 {
   color: #85126D;
 }
 .AnyTagClassName
 {
   color: #85126D;
 }
</style>

background-color css

<style>
 a { background-color: #85126D; }

 a { background-color: rgb(133,18,109); }

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

border-color css

<style>
 span { border-color: #85126D; }

 span { border-color: rgb(133,18,109); }

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