Html Css Color HEX #863874 Dark Purple

📋 copy color: '#863874'

red 134 ◦ green 56 ◦ blue 116

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

Shades of Dark Purple #863874

Tints of Dark Purple #863874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.91%

R = 43.79%
G = 18.3%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#863874 (or 0x863874) is known color: Dark Purple. HEX triplet: 86, 38 and 74. RGB value is (134,56,116). Sum of RGB (Red+Green+Blue) = 134+56+116=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #863874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863874 is #79C78B. Grayscale: #565656. Windows color (decimal): -7980940 or 7616646. OLE color: 7616646.

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

Color convert

RGB 134 56 116 -
CMYK 0 0.58 0.13 0.47
HSL 313.85º 0.41% 0.37% -
HSV(B) 313.85º 0.58% 0.53% -
XYZ 14.4 9.16 17.53 -
YUV 86.16 144.84 162.12 -
System Red Green Blue C M Y K H S L
Decimal 134 56 116 0 0.58 0.13 0.47 313.85 0.41 0.37
Hex 86 38 74 0 3A D 2F 13A 29 25
Octal 206 70 164 0 72 15 57 472 51 45
Binary 10000110 111000 1110100 0 111010 1101 101111 100111010 101001 100101

Color Harmonies of #863874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863874

Black with #863874

Text Example


Text Example

White with #863874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863874; }

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

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

background-color css

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

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

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

border-color css

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

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

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