Html Css Color HEX #862D84 Dark Purple

📋 copy color: '#862D84'

red 134 ◦ green 45 ◦ blue 132

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

Shades of Dark Purple #862D84

Tints of Dark Purple #862D84

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.47%

 BLUE value IS 132 (51.95% from 255) = 42.44%

R = 43.09%
G = 14.47%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#862D84 (or 0x862D84) is known color: Dark Purple. HEX triplet: 86, 2D and 84. RGB value is (134,45,132). Sum of RGB (Red+Green+Blue) = 134+45+132=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #862D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862D84 is #79D27B. Grayscale: #515151. Windows color (decimal): -7983740 or 8662406. OLE color: 8662406.

HSL color Cylindrical-coordinate representation of color #862D84: hue angle of 301.35º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #862D84 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 45 132 -
CMYK 0 0.66 0.01 0.47
HSL 301.35º 0.5% 0.35% -
HSV(B) 301.35º 0.66% 0.53% -
XYZ 14.93 8.61 22.7 -
YUV 81.53 156.49 165.43 -
System Red Green Blue C M Y K H S L
Decimal 134 45 132 0 0.66 0.01 0.47 301.35 0.5 0.35
Hex 86 2D 84 0 42 1 2F 12D 32 23
Octal 206 55 204 0 102 1 57 455 62 43
Binary 10000110 101101 10000100 0 1000010 1 101111 100101101 110010 100011

Color Harmonies of #862D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862D84

Black with #862D84

Text Example


Text Example

White with #862D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862D84; }

 p { color: rgb(134,45,132); }

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

background-color css

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

 a { background-color: rgb(134,45,132); }

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

border-color css

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

 span { border-color: rgb(134,45,132); }

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