Html Css Color HEX #863873 Dark Purple

📋 copy color: '#863873'

red 134 ◦ green 56 ◦ blue 115

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

Shades of Dark Purple #863873

Tints of Dark Purple #863873

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.36%

 BLUE value IS 115 (45.31% from 255) = 37.7%

R = 43.93%
G = 18.36%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#863873 (or 0x863873) is known color: Dark Purple. HEX triplet: 86, 38 and 73. RGB value is (134,56,115). Sum of RGB (Red+Green+Blue) = 134+56+115=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #863873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863873 is #79C78C. Grayscale: #555555. Windows color (decimal): -7980941 or 7551110. OLE color: 7551110.

HSL color Cylindrical-coordinate representation of color #863873: hue angle of 314.62º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #863873 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 56 115 -
CMYK 0 0.58 0.14 0.47
HSL 314.62º 0.41% 0.37% -
HSV(B) 314.62º 0.58% 0.53% -
XYZ 14.34 9.13 17.23 -
YUV 86.05 144.34 162.2 -
System Red Green Blue C M Y K H S L
Decimal 134 56 115 0 0.58 0.14 0.47 314.62 0.41 0.37
Hex 86 38 73 0 3A E 2F 13B 29 25
Octal 206 70 163 0 72 16 57 473 51 45
Binary 10000110 111000 1110011 0 111010 1110 101111 100111011 101001 100101

Color Harmonies of #863873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863873

Black with #863873

Text Example


Text Example

White with #863873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863873; }

 p { color: rgb(134,56,115); }

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

background-color css

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

 a { background-color: rgb(134,56,115); }

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

border-color css

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

 span { border-color: rgb(134,56,115); }

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