Html Css Color HEX #86197E Dark Purple

📋 copy color: '#86197E'

red 134 ◦ green 25 ◦ blue 126

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

Shades of Dark Purple #86197E

Tints of Dark Purple #86197E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.77%

 BLUE value IS 126 (49.61% from 255) = 44.21%

R = 47.02%
G = 8.77%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#86197E (or 0x86197E) is known color: Dark Purple. HEX triplet: 86, 19 and 7E. RGB value is (134,25,126). Sum of RGB (Red+Green+Blue) = 134+25+126=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #86197E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86197E is #79E681. Grayscale: #444444. Windows color (decimal): -7988866 or 8264070. OLE color: 8264070.

HSL color Cylindrical-coordinate representation of color #86197E: hue angle of 304.4º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86197E is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 25 126 -
CMYK 0 0.81 0.06 0.47
HSL 304.4º 0.69% 0.31% -
HSV(B) 304.4º 0.81% 0.53% -
XYZ 13.95 7.27 20.41 -
YUV 69.11 160.11 174.29 -
System Red Green Blue C M Y K H S L
Decimal 134 25 126 0 0.81 0.06 0.47 304.4 0.69 0.31
Hex 86 19 7E 0 51 6 2F 130 45 1F
Octal 206 31 176 0 121 6 57 460 105 37
Binary 10000110 11001 1111110 0 1010001 110 101111 100110000 1000101 11111

Color Harmonies of #86197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86197E

Black with #86197E

Text Example


Text Example

White with #86197E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,25,126); }

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

background-color css

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

 a { background-color: rgb(134,25,126); }

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

border-color css

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

 span { border-color: rgb(134,25,126); }

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