Html Css Color HEX #862385 Dark Purple

📋 copy color: '#862385'

red 134 ◦ green 35 ◦ blue 133

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

Shades of Dark Purple #862385

Tints of Dark Purple #862385

RGB

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

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

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

R = 44.37%
G = 11.59%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#862385 (or 0x862385) is known color: Dark Purple. HEX triplet: 86, 23 and 85. RGB value is (134,35,133). Sum of RGB (Red+Green+Blue) = 134+35+133=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 134 - color contains mainly: red. Hex color #862385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862385 is #79DC7A. Grayscale: #4B4B4B. Windows color (decimal): -7986299 or 8725382. OLE color: 8725382.

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

Color convert

RGB 134 35 133 -
CMYK 0 0.74 0.01 0.47
HSL 300.61º 0.59% 0.33% -
HSV(B) 300.61º 0.74% 0.53% -
XYZ 14.67 7.96 22.95 -
YUV 75.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 134 35 133 0 0.74 0.01 0.47 300.61 0.59 0.33
Hex 86 23 85 0 4A 1 2F 12D 3B 21
Octal 206 43 205 0 112 1 57 455 73 41
Binary 10000110 100011 10000101 0 1001010 1 101111 100101101 111011 100001

Color Harmonies of #862385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862385

Black with #862385

Text Example


Text Example

White with #862385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862385; }

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

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

background-color css

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

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

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

border-color css

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

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

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