Html Css Color HEX #85126E Dark Purple

📋 copy color: '#85126E'

red 133 ◦ green 18 ◦ blue 110

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

Shades of Dark Purple #85126E

Tints of Dark Purple #85126E

RGB

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

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

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

R = 50.96%
G = 6.9%
B = 42.15%

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

#85126E (or 0x85126E) is known color: Dark Purple. HEX triplet: 85, 12 and 6E. RGB value is (133,18,110). Sum of RGB (Red+Green+Blue) = 133+18+110=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85126E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85126E is #7AED91. Grayscale: #3E3E3E. Windows color (decimal): -8056210 or 7213701. OLE color: 7213701.

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

Color convert

RGB 133 18 110 -
CMYK 0 0.86 0.17 0.48
HSL 312º 0.76% 0.3% -
HSV(B) 312º 0.86% 0.52% -
XYZ 12.7 6.54 15.35 -
YUV 62.87 154.6 178.02 -
System Red Green Blue C M Y K H S L
Decimal 133 18 110 0 0.86 0.17 0.48 312 0.76 0.3
Hex 85 12 6E 0 56 11 30 138 4C 1E
Octal 205 22 156 0 126 21 60 470 114 36
Binary 10000101 10010 1101110 0 1010110 10001 110000 100111000 1001100 11110

Color Harmonies of #85126E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85126E

Black with #85126E

Text Example


Text Example

White with #85126E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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