Html Css Color HEX #862382 Dark Purple

📋 copy color: '#862382'

red 134 ◦ green 35 ◦ blue 130

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

Shades of Dark Purple #862382

Tints of Dark Purple #862382

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.71%

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

R = 44.82%
G = 11.71%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#862382 (or 0x862382) is known color: Dark Purple. HEX triplet: 86, 23 and 82. RGB value is (134,35,130). Sum of RGB (Red+Green+Blue) = 134+35+130=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #862382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862382 is #79DC7D. Grayscale: #4B4B4B. Windows color (decimal): -7986302 or 8528774. OLE color: 8528774.

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

Color convert

RGB 134 35 130 -
CMYK 0 0.74 0.03 0.47
HSL 302.42º 0.59% 0.33% -
HSV(B) 302.42º 0.74% 0.53% -
XYZ 14.46 7.88 21.88 -
YUV 75.43 158.8 169.78 -
System Red Green Blue C M Y K H S L
Decimal 134 35 130 0 0.74 0.03 0.47 302.42 0.59 0.33
Hex 86 23 82 0 4A 3 2F 12E 3B 21
Octal 206 43 202 0 112 3 57 456 73 41
Binary 10000110 100011 10000010 0 1001010 11 101111 100101110 111011 100001

Color Harmonies of #862382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862382

Black with #862382

Text Example


Text Example

White with #862382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862382; }

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

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

background-color css

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

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

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

border-color css

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

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

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