Html Css Color HEX #861A8B Dark Purple

📋 copy color: '#861A8B'

red 134 ◦ green 26 ◦ blue 139

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

Shades of Dark Purple #861A8B

Tints of Dark Purple #861A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.49%

R = 44.82%
G = 8.7%
B = 46.49%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#861A8B (or 0x861A8B) is known color: Dark Purple. HEX triplet: 86, 1A and 8B. RGB value is (134,26,139). Sum of RGB (Red+Green+Blue) = 134+26+139=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #861A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861A8B is #79E574. Grayscale: #464646. Windows color (decimal): -7988597 or 9116294. OLE color: 9116294.

HSL color Cylindrical-coordinate representation of color #861A8B: hue angle of 297.35º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #861A8B is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 134 26 139 -
CMYK 0.04 0.81 0 0.45
HSL 297.35º 0.68% 0.32% -
HSV(B) 297.35º 0.81% 0.55% -
XYZ 14.86 7.67 25.12 -
YUV 71.17 166.28 172.81 -
System Red Green Blue C M Y K H S L
Decimal 134 26 139 0.04 0.81 0 0.45 297.35 0.68 0.32
Hex 86 1A 8B 4 51 0 2D 129 44 20
Octal 206 32 213 4 121 0 55 451 104 40
Binary 10000110 11010 10001011 100 1010001 0 101101 100101001 1000100 100000

Color Harmonies of #861A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861A8B

Black with #861A8B

Text Example


Text Example

White with #861A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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