Html Css Color HEX #86196C Dark Purple

📋 copy color: '#86196C'

red 134 ◦ green 25 ◦ blue 108

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

Shades of Dark Purple #86196C

Tints of Dark Purple #86196C

RGB

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

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

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

R = 50.19%
G = 9.36%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86196C (or 0x86196C) is known color: Dark Purple. HEX triplet: 86, 19 and 6C. RGB value is (134,25,108). Sum of RGB (Red+Green+Blue) = 134+25+108=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #86196C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86196C is #79E693. Grayscale: #424242. Windows color (decimal): -7988884 or 7084422. OLE color: 7084422.

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

Color convert

RGB 134 25 108 -
CMYK 0 0.81 0.19 0.47
HSL 314.31º 0.69% 0.31% -
HSV(B) 314.31º 0.81% 0.53% -
XYZ 12.89 6.85 14.83 -
YUV 67.05 151.11 175.75 -
System Red Green Blue C M Y K H S L
Decimal 134 25 108 0 0.81 0.19 0.47 314.31 0.69 0.31
Hex 86 19 6C 0 51 13 2F 13A 45 1F
Octal 206 31 154 0 121 23 57 472 105 37
Binary 10000110 11001 1101100 0 1010001 10011 101111 100111010 1000101 11111

Color Harmonies of #86196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86196C

Black with #86196C

Text Example


Text Example

White with #86196C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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