Html Css Color HEX #862082 Dark Purple

📋 copy color: '#862082'

red 134 ◦ green 32 ◦ blue 130

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

Shades of Dark Purple #862082

Tints of Dark Purple #862082

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.81%

 BLUE value IS 130 (51.17% from 255) = 43.92%

R = 45.27%
G = 10.81%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#862082 (or 0x862082) is known color: Dark Purple. HEX triplet: 86, 20 and 82. RGB value is (134,32,130). Sum of RGB (Red+Green+Blue) = 134+32+130=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #862082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862082 is #79DF7D. Grayscale: #494949. Windows color (decimal): -7987070 or 8528006. OLE color: 8528006.

HSL color Cylindrical-coordinate representation of color #862082: hue angle of 302.35º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862082 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 32 130 -
CMYK 0 0.76 0.03 0.47
HSL 302.35º 0.61% 0.33% -
HSV(B) 302.35º 0.76% 0.53% -
XYZ 14.38 7.71 21.85 -
YUV 73.67 159.79 171.03 -
System Red Green Blue C M Y K H S L
Decimal 134 32 130 0 0.76 0.03 0.47 302.35 0.61 0.33
Hex 86 20 82 0 4C 3 2F 12E 3D 21
Octal 206 40 202 0 114 3 57 456 75 41
Binary 10000110 100000 10000010 0 1001100 11 101111 100101110 111101 100001

Color Harmonies of #862082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862082

Black with #862082

Text Example


Text Example

White with #862082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862082; }

 p { color: rgb(134,32,130); }

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

background-color css

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

 a { background-color: rgb(134,32,130); }

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

border-color css

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

 span { border-color: rgb(134,32,130); }

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