Html Css Color HEX #862482 Dark Purple

📋 copy color: '#862482'

red 134 ◦ green 36 ◦ blue 130

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

Shades of Dark Purple #862482

Tints of Dark Purple #862482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12%

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

R = 44.67%
G = 12%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#862482 (or 0x862482) is known color: Dark Purple. HEX triplet: 86, 24 and 82. RGB value is (134,36,130). Sum of RGB (Red+Green+Blue) = 134+36+130=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #862482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862482 is #79DB7D. Grayscale: #4B4B4B. Windows color (decimal): -7986046 or 8529030. OLE color: 8529030.

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

Color convert

RGB 134 36 130 -
CMYK 0 0.73 0.03 0.47
HSL 302.45º 0.58% 0.33% -
HSV(B) 302.45º 0.73% 0.53% -
XYZ 14.49 7.94 21.89 -
YUV 76.02 158.47 169.36 -
System Red Green Blue C M Y K H S L
Decimal 134 36 130 0 0.73 0.03 0.47 302.45 0.58 0.33
Hex 86 24 82 0 49 3 2F 12E 3A 21
Octal 206 44 202 0 111 3 57 456 72 41
Binary 10000110 100100 10000010 0 1001001 11 101111 100101110 111010 100001

Color Harmonies of #862482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862482

Black with #862482

Text Example


Text Example

White with #862482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862482; }

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

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

background-color css

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

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

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

border-color css

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

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

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