Html Css Color HEX #861A6C Dark Purple

📋 copy color: '#861A6C'

red 134 ◦ green 26 ◦ blue 108

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

Shades of Dark Purple #861A6C

Tints of Dark Purple #861A6C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.7%

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

R = 50%
G = 9.7%
B = 40.3%

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

#861A6C (or 0x861A6C) is known color: Dark Purple. HEX triplet: 86, 1A and 6C. RGB value is (134,26,108). Sum of RGB (Red+Green+Blue) = 134+26+108=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #861A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861A6C is #79E593. Grayscale: #434343. Windows color (decimal): -7988628 or 7084678. OLE color: 7084678.

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

Color convert

RGB 134 26 108 -
CMYK 0 0.81 0.19 0.47
HSL 314.44º 0.68% 0.31% -
HSV(B) 314.44º 0.81% 0.53% -
XYZ 12.91 6.89 14.84 -
YUV 67.64 150.78 175.33 -
System Red Green Blue C M Y K H S L
Decimal 134 26 108 0 0.81 0.19 0.47 314.44 0.68 0.31
Hex 86 1A 6C 0 51 13 2F 13A 44 1F
Octal 206 32 154 0 121 23 57 472 104 37
Binary 10000110 11010 1101100 0 1010001 10011 101111 100111010 1000100 11111

Color Harmonies of #861A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861A6C

Black with #861A6C

Text Example


Text Example

White with #861A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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