Html Css Color HEX #86197B Dark Purple

📋 copy color: '#86197B'

red 134 ◦ green 25 ◦ blue 123

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

Shades of Dark Purple #86197B

Tints of Dark Purple #86197B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.62%

R = 47.52%
G = 8.87%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#86197B (or 0x86197B) is known color: Dark Purple. HEX triplet: 86, 19 and 7B. RGB value is (134,25,123). Sum of RGB (Red+Green+Blue) = 134+25+123=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #86197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86197B is #79E684. Grayscale: #444444. Windows color (decimal): -7988869 or 8067462. OLE color: 8067462.

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

Color convert

RGB 134 25 123 -
CMYK 0 0.81 0.08 0.47
HSL 306.06º 0.69% 0.31% -
HSV(B) 306.06º 0.81% 0.53% -
XYZ 13.75 7.19 19.4 -
YUV 68.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 134 25 123 0 0.81 0.08 0.47 306.06 0.69 0.31
Hex 86 19 7B 0 51 8 2F 132 45 1F
Octal 206 31 173 0 121 10 57 462 105 37
Binary 10000110 11001 1111011 0 1010001 1000 101111 100110010 1000101 11111

Color Harmonies of #86197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86197B

Black with #86197B

Text Example


Text Example

White with #86197B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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