Html Css Color HEX #86197C Dark Purple

📋 copy color: '#86197C'

red 134 ◦ green 25 ◦ blue 124

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

Shades of Dark Purple #86197C

Tints of Dark Purple #86197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.82%

R = 47.35%
G = 8.83%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86197C (or 0x86197C) is known color: Dark Purple. HEX triplet: 86, 19 and 7C. RGB value is (134,25,124). Sum of RGB (Red+Green+Blue) = 134+25+124=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #86197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86197C is #79E683. Grayscale: #444444. Windows color (decimal): -7988868 or 8132998. OLE color: 8132998.

HSL color Cylindrical-coordinate representation of color #86197C: hue angle of 305.5º 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 #86197C is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 25 124 -
CMYK 0 0.81 0.07 0.47
HSL 305.5º 0.69% 0.31% -
HSV(B) 305.5º 0.81% 0.53% -
XYZ 13.82 7.22 19.73 -
YUV 68.88 159.11 174.45 -
System Red Green Blue C M Y K H S L
Decimal 134 25 124 0 0.81 0.07 0.47 305.5 0.69 0.31
Hex 86 19 7C 0 51 7 2F 132 45 1F
Octal 206 31 174 0 121 7 57 462 105 37
Binary 10000110 11001 1111100 0 1010001 111 101111 100110010 1000101 11111

Color Harmonies of #86197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86197C

Black with #86197C

Text Example


Text Example

White with #86197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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