Html Css Color HEX #862287 Dark Purple

📋 copy color: '#862287'

red 134 ◦ green 34 ◦ blue 135

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

Shades of Dark Purple #862287

Tints of Dark Purple #862287

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.22%

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

R = 44.22%
G = 11.22%
B = 44.55%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#862287 (or 0x862287) is known color: Dark Purple. HEX triplet: 86, 22 and 87. RGB value is (134,34,135). Sum of RGB (Red+Green+Blue) = 134+34+135=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #862287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862287 is #79DD78. Grayscale: #4B4B4B. Windows color (decimal): -7986553 or 8856198. OLE color: 8856198.

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

Color convert

RGB 134 34 135 -
CMYK 0.01 0.75 0 0.47
HSL 299.41º 0.6% 0.33% -
HSV(B) 299.41º 0.75% 0.53% -
XYZ 14.78 7.96 23.68 -
YUV 75.41 161.63 169.79 -
System Red Green Blue C M Y K H S L
Decimal 134 34 135 0.01 0.75 0 0.47 299.41 0.6 0.33
Hex 86 22 87 1 4B 0 2F 12B 3C 21
Octal 206 42 207 1 113 0 57 453 74 41
Binary 10000110 100010 10000111 1 1001011 0 101111 100101011 111100 100001

Color Harmonies of #862287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862287

Black with #862287

Text Example


Text Example

White with #862287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862287; }

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

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

background-color css

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

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

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

border-color css

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

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

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