Html Css Color HEX #863880 Dark Purple

📋 copy color: '#863880'

red 134 ◦ green 56 ◦ blue 128

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

Shades of Dark Purple #863880

Tints of Dark Purple #863880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.25%

R = 42.14%
G = 17.61%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#863880 (or 0x863880) is known color: Dark Purple. HEX triplet: 86, 38 and 80. RGB value is (134,56,128). Sum of RGB (Red+Green+Blue) = 134+56+128=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #863880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863880 is #79C77F. Grayscale: #575757. Windows color (decimal): -7980928 or 8403078. OLE color: 8403078.

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

Color convert

RGB 134 56 128 -
CMYK 0 0.58 0.04 0.47
HSL 304.62º 0.41% 0.37% -
HSV(B) 304.62º 0.58% 0.53% -
XYZ 15.14 9.46 21.45 -
YUV 87.53 150.84 161.15 -
System Red Green Blue C M Y K H S L
Decimal 134 56 128 0 0.58 0.04 0.47 304.62 0.41 0.37
Hex 86 38 80 0 3A 4 2F 131 29 25
Octal 206 70 200 0 72 4 57 461 51 45
Binary 10000110 111000 10000000 0 111010 100 101111 100110001 101001 100101

Color Harmonies of #863880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863880

Black with #863880

Text Example


Text Example

White with #863880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863880; }

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

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

background-color css

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

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

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

border-color css

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

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

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