Html Css Color HEX #86126F Dark Purple

📋 copy color: '#86126F'

red 134 ◦ green 18 ◦ blue 111

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

Shades of Dark Purple #86126F

Tints of Dark Purple #86126F

RGB

 RED value IS 134 (52.73% from 255) = 50.95%

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

 BLUE value IS 111 (43.75% from 255) = 42.21%

R = 50.95%
G = 6.84%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#86126F (or 0x86126F) is known color: Dark Purple. HEX triplet: 86, 12 and 6F. RGB value is (134,18,111). Sum of RGB (Red+Green+Blue) = 134+18+111=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #86126F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86126F is #79ED90. Grayscale: #3F3F3F. Windows color (decimal): -7990673 or 7279238. OLE color: 7279238.

HSL color Cylindrical-coordinate representation of color #86126F: hue angle of 311.9º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86126F is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 18 111 -
CMYK 0 0.87 0.17 0.47
HSL 311.9º 0.76% 0.3% -
HSV(B) 311.9º 0.87% 0.53% -
XYZ 12.92 6.65 15.64 -
YUV 63.29 154.93 178.44 -
System Red Green Blue C M Y K H S L
Decimal 134 18 111 0 0.87 0.17 0.47 311.9 0.76 0.3
Hex 86 12 6F 0 57 11 2F 138 4C 1E
Octal 206 22 157 0 127 21 57 470 114 36
Binary 10000110 10010 1101111 0 1010111 10001 101111 100111000 1001100 11110

Color Harmonies of #86126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86126F

Black with #86126F

Text Example


Text Example

White with #86126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86126F; }

 p { color: rgb(134,18,111); }

 H1.HeaderClassName
 {
   color: #86126F;
 }
 .AnyTagClassName
 {
   color: #86126F;
 }
</style>

background-color css

<style>
 a { background-color: #86126F; }

 a { background-color: rgb(134,18,111); }

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

border-color css

<style>
 span { border-color: #86126F; }

 span { border-color: rgb(134,18,111); }

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