Html Css Color HEX #861862 Dark Purple

📋 copy color: '#861862'

red 134 ◦ green 24 ◦ blue 98

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

Shades of Dark Purple #861862

Tints of Dark Purple #861862

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.38%

 BLUE value IS 98 (38.67% from 255) = 38.28%

R = 52.34%
G = 9.38%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#861862 (or 0x861862) is known color: Dark Purple. HEX triplet: 86, 18 and 62. RGB value is (134,24,98). Sum of RGB (Red+Green+Blue) = 134+24+98=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #861862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861862 is #79E79D. Grayscale: #414141. Windows color (decimal): -7989150 or 6428806. OLE color: 6428806.

HSL color Cylindrical-coordinate representation of color #861862: hue angle of 319.64º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #861862 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 24 98 -
CMYK 0 0.82 0.27 0.47
HSL 319.64º 0.7% 0.31% -
HSV(B) 319.64º 0.82% 0.53% -
XYZ 12.36 6.6 12.18 -
YUV 65.33 146.44 176.98 -
System Red Green Blue C M Y K H S L
Decimal 134 24 98 0 0.82 0.27 0.47 319.64 0.7 0.31
Hex 86 18 62 0 52 1B 2F 140 46 1F
Octal 206 30 142 0 122 33 57 500 106 37
Binary 10000110 11000 1100010 0 1010010 11011 101111 101000000 1000110 11111

Color Harmonies of #861862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861862

Black with #861862

Text Example


Text Example

White with #861862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861862; }

 p { color: rgb(134,24,98); }

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

background-color css

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

 a { background-color: rgb(134,24,98); }

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

border-color css

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

 span { border-color: rgb(134,24,98); }

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