Html Css Color HEX #863380 Dark Purple

📋 copy color: '#863380'

red 134 ◦ green 51 ◦ blue 128

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

Shades of Dark Purple #863380

Tints of Dark Purple #863380

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.29%

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

R = 42.81%
G = 16.29%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#863380 (or 0x863380) is known color: Dark Purple. HEX triplet: 86, 33 and 80. RGB value is (134,51,128). Sum of RGB (Red+Green+Blue) = 134+51+128=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #863380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863380 is #79CC7F. Grayscale: #545454. Windows color (decimal): -7982208 or 8401798. OLE color: 8401798.

HSL color Cylindrical-coordinate representation of color #863380: hue angle of 304.34º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #863380 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 51 128 -
CMYK 0 0.62 0.04 0.47
HSL 304.34º 0.45% 0.36% -
HSV(B) 304.34º 0.62% 0.53% -
XYZ 14.91 8.99 21.37 -
YUV 84.6 152.5 163.24 -
System Red Green Blue C M Y K H S L
Decimal 134 51 128 0 0.62 0.04 0.47 304.34 0.45 0.36
Hex 86 33 80 0 3E 4 2F 130 2D 24
Octal 206 63 200 0 76 4 57 460 55 44
Binary 10000110 110011 10000000 0 111110 100 101111 100110000 101101 100100

Color Harmonies of #863380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863380

Black with #863380

Text Example


Text Example

White with #863380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863380; }

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

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

background-color css

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

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

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

border-color css

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

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

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