Html Css Color HEX #862085 Dark Purple

📋 copy color: '#862085'

red 134 ◦ green 32 ◦ blue 133

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

Shades of Dark Purple #862085

Tints of Dark Purple #862085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.48%

R = 44.82%
G = 10.7%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#862085 (or 0x862085) is known color: Dark Purple. HEX triplet: 86, 20 and 85. RGB value is (134,32,133). Sum of RGB (Red+Green+Blue) = 134+32+133=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #862085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862085 is #79DF7A. Grayscale: #494949. Windows color (decimal): -7987067 or 8724614. OLE color: 8724614.

HSL color Cylindrical-coordinate representation of color #862085: hue angle of 300.59º 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 #862085 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 32 133 -
CMYK 0 0.76 0.01 0.47
HSL 300.59º 0.61% 0.33% -
HSV(B) 300.59º 0.76% 0.53% -
XYZ 14.58 7.79 22.93 -
YUV 74.01 161.29 170.79 -
System Red Green Blue C M Y K H S L
Decimal 134 32 133 0 0.76 0.01 0.47 300.59 0.61 0.33
Hex 86 20 85 0 4C 1 2F 12D 3D 21
Octal 206 40 205 0 114 1 57 455 75 41
Binary 10000110 100000 10000101 0 1001100 1 101111 100101101 111101 100001

Color Harmonies of #862085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862085

Black with #862085

Text Example


Text Example

White with #862085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862085; }

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

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

background-color css

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

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

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

border-color css

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

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

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