Html Css Color HEX #861968 Dark Purple

📋 copy color: '#861968'

red 134 ◦ green 25 ◦ blue 104

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

Shades of Dark Purple #861968

Tints of Dark Purple #861968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.54%

R = 50.95%
G = 9.51%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#861968 (or 0x861968) is known color: Dark Purple. HEX triplet: 86, 19 and 68. RGB value is (134,25,104). Sum of RGB (Red+Green+Blue) = 134+25+104=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #861968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861968 is #79E697. Grayscale: #424242. Windows color (decimal): -7988888 or 6822278. OLE color: 6822278.

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

Color convert

RGB 134 25 104 -
CMYK 0 0.81 0.22 0.47
HSL 316.51º 0.69% 0.31% -
HSV(B) 316.51º 0.81% 0.53% -
XYZ 12.68 6.76 13.73 -
YUV 66.6 149.11 176.08 -
System Red Green Blue C M Y K H S L
Decimal 134 25 104 0 0.81 0.22 0.47 316.51 0.69 0.31
Hex 86 19 68 0 51 16 2F 13D 45 1F
Octal 206 31 150 0 121 26 57 475 105 37
Binary 10000110 11001 1101000 0 1010001 10110 101111 100111101 1000101 11111

Color Harmonies of #861968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861968

Black with #861968

Text Example


Text Example

White with #861968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861968; }

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

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

background-color css

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

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

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

border-color css

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

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

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