Html Css Color HEX #863A7A Dark Purple

📋 copy color: '#863A7A'

red 134 ◦ green 58 ◦ blue 122

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

Shades of Dark Purple #863A7A

Tints of Dark Purple #863A7A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.47%

 BLUE value IS 122 (48.05% from 255) = 38.85%

R = 42.68%
G = 18.47%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#863A7A (or 0x863A7A) is known color: Dark Purple. HEX triplet: 86, 3A and 7A. RGB value is (134,58,122). Sum of RGB (Red+Green+Blue) = 134+58+122=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #863A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863A7A is #79C585. Grayscale: #575757. Windows color (decimal): -7980422 or 8010374. OLE color: 8010374.

HSL color Cylindrical-coordinate representation of color #863A7A: hue angle of 309.47º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863A7A is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 58 122 -
CMYK 0 0.57 0.09 0.47
HSL 309.47º 0.4% 0.38% -
HSV(B) 309.47º 0.57% 0.53% -
XYZ 14.86 9.5 19.46 -
YUV 88.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 134 58 122 0 0.57 0.09 0.47 309.47 0.4 0.38
Hex 86 3A 7A 0 39 9 2F 135 28 26
Octal 206 72 172 0 71 11 57 465 50 46
Binary 10000110 111010 1111010 0 111001 1001 101111 100110101 101000 100110

Color Harmonies of #863A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863A7A

Black with #863A7A

Text Example


Text Example

White with #863A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863A7A; }

 p { color: rgb(134,58,122); }

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

background-color css

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

 a { background-color: rgb(134,58,122); }

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

border-color css

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

 span { border-color: rgb(134,58,122); }

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