Html Css Color HEX #863877 Dark Purple

📋 copy color: '#863877'

red 134 ◦ green 56 ◦ blue 119

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

Shades of Dark Purple #863877

Tints of Dark Purple #863877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.51%

R = 43.37%
G = 18.12%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#863877 (or 0x863877) is known color: Dark Purple. HEX triplet: 86, 38 and 77. RGB value is (134,56,119). Sum of RGB (Red+Green+Blue) = 134+56+119=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #863877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863877 is #79C788. Grayscale: #565656. Windows color (decimal): -7980937 or 7813254. OLE color: 7813254.

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

Color convert

RGB 134 56 119 -
CMYK 0 0.58 0.11 0.47
HSL 311.54º 0.41% 0.37% -
HSV(B) 311.54º 0.58% 0.53% -
XYZ 14.58 9.23 18.47 -
YUV 86.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 134 56 119 0 0.58 0.11 0.47 311.54 0.41 0.37
Hex 86 38 77 0 3A B 2F 138 29 25
Octal 206 70 167 0 72 13 57 470 51 45
Binary 10000110 111000 1110111 0 111010 1011 101111 100111000 101001 100101

Color Harmonies of #863877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863877

Black with #863877

Text Example


Text Example

White with #863877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863877; }

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

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

background-color css

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

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

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

border-color css

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

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

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