Html Css Color HEX #862182 Dark Purple

📋 copy color: '#862182'

red 134 ◦ green 33 ◦ blue 130

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

Shades of Dark Purple #862182

Tints of Dark Purple #862182

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.11%

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

R = 45.12%
G = 11.11%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#862182 (or 0x862182) is known color: Dark Purple. HEX triplet: 86, 21 and 82. RGB value is (134,33,130). Sum of RGB (Red+Green+Blue) = 134+33+130=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #862182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862182 is #79DE7D. Grayscale: #494949. Windows color (decimal): -7986814 or 8528262. OLE color: 8528262.

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

Color convert

RGB 134 33 130 -
CMYK 0 0.75 0.03 0.47
HSL 302.38º 0.6% 0.33% -
HSV(B) 302.38º 0.75% 0.53% -
XYZ 14.4 7.77 21.86 -
YUV 74.26 159.46 170.61 -
System Red Green Blue C M Y K H S L
Decimal 134 33 130 0 0.75 0.03 0.47 302.38 0.6 0.33
Hex 86 21 82 0 4B 3 2F 12E 3C 21
Octal 206 41 202 0 113 3 57 456 74 41
Binary 10000110 100001 10000010 0 1001011 11 101111 100101110 111100 100001

Color Harmonies of #862182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862182

Black with #862182

Text Example


Text Example

White with #862182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862182; }

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

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

background-color css

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

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

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

border-color css

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

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

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