Html Css Color HEX #863776 Dark Purple

📋 copy color: '#863776'

red 134 ◦ green 55 ◦ blue 118

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

Shades of Dark Purple #863776

Tints of Dark Purple #863776

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.92%

 BLUE value IS 118 (46.48% from 255) = 38.44%

R = 43.65%
G = 17.92%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#863776 (or 0x863776) is known color: Dark Purple. HEX triplet: 86, 37 and 76. RGB value is (134,55,118). Sum of RGB (Red+Green+Blue) = 134+55+118=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #863776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863776 is #79C889. Grayscale: #555555. Windows color (decimal): -7981194 or 7747462. OLE color: 7747462.

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

Color convert

RGB 134 55 118 -
CMYK 0 0.59 0.12 0.47
HSL 312.15º 0.42% 0.37% -
HSV(B) 312.15º 0.59% 0.53% -
XYZ 14.47 9.11 18.14 -
YUV 85.8 146.17 162.38 -
System Red Green Blue C M Y K H S L
Decimal 134 55 118 0 0.59 0.12 0.47 312.15 0.42 0.37
Hex 86 37 76 0 3B C 2F 138 2A 25
Octal 206 67 166 0 73 14 57 470 52 45
Binary 10000110 110111 1110110 0 111011 1100 101111 100111000 101010 100101

Color Harmonies of #863776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863776

Black with #863776

Text Example


Text Example

White with #863776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863776; }

 p { color: rgb(134,55,118); }

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

background-color css

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

 a { background-color: rgb(134,55,118); }

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

border-color css

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

 span { border-color: rgb(134,55,118); }

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