Html Css Color HEX #862387 Dark Purple

📋 copy color: '#862387'

red 134 ◦ green 35 ◦ blue 135

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

Shades of Dark Purple #862387

Tints of Dark Purple #862387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.41%

R = 44.08%
G = 11.51%
B = 44.41%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#862387 (or 0x862387) is known color: Dark Purple. HEX triplet: 86, 23 and 87. RGB value is (134,35,135). Sum of RGB (Red+Green+Blue) = 134+35+135=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 135 - color contains mainly: blue. Hex color #862387 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862387 is #79DC78. Grayscale: #4B4B4B. Windows color (decimal): -7986297 or 8856454. OLE color: 8856454.

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

Color convert

RGB 134 35 135 -
CMYK 0.01 0.74 0 0.47
HSL 299.4º 0.59% 0.33% -
HSV(B) 299.4º 0.74% 0.53% -
XYZ 14.81 8.02 23.69 -
YUV 76 161.3 169.37 -
System Red Green Blue C M Y K H S L
Decimal 134 35 135 0.01 0.74 0 0.47 299.4 0.59 0.33
Hex 86 23 87 1 4A 0 2F 12B 3B 21
Octal 206 43 207 1 112 0 57 453 73 41
Binary 10000110 100011 10000111 1 1001010 0 101111 100101011 111011 100001

Color Harmonies of #862387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862387

Black with #862387

Text Example


Text Example

White with #862387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862387; }

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

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

background-color css

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

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

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

border-color css

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

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

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