Html Css Color HEX #85126C Dark Purple

📋 copy color: '#85126C'

red 133 ◦ green 18 ◦ blue 108

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

Shades of Dark Purple #85126C

Tints of Dark Purple #85126C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.7%

R = 51.35%
G = 6.95%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85126C (or 0x85126C) is known color: Dark Purple. HEX triplet: 85, 12 and 6C. RGB value is (133,18,108). Sum of RGB (Red+Green+Blue) = 133+18+108=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #85126C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85126C is #7AED93. Grayscale: #3E3E3E. Windows color (decimal): -8056212 or 7082629. OLE color: 7082629.

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

Color convert

RGB 133 18 108 -
CMYK 0 0.86 0.19 0.48
HSL 313.04º 0.76% 0.3% -
HSV(B) 313.04º 0.86% 0.52% -
XYZ 12.6 6.5 14.78 -
YUV 62.65 153.6 178.18 -
System Red Green Blue C M Y K H S L
Decimal 133 18 108 0 0.86 0.19 0.48 313.04 0.76 0.3
Hex 85 12 6C 0 56 13 30 139 4C 1E
Octal 205 22 154 0 126 23 60 471 114 36
Binary 10000101 10010 1101100 0 1010110 10011 110000 100111001 1001100 11110

Color Harmonies of #85126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85126C

Black with #85126C

Text Example


Text Example

White with #85126C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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