Html Css Color HEX #863183 Dark Purple

📋 copy color: '#863183'

red 134 ◦ green 49 ◦ blue 131

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

Shades of Dark Purple #863183

Tints of Dark Purple #863183

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.61%

 BLUE value IS 131 (51.56% from 255) = 41.72%

R = 42.68%
G = 15.61%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#863183 (or 0x863183) is known color: Dark Purple. HEX triplet: 86, 31 and 83. RGB value is (134,49,131). Sum of RGB (Red+Green+Blue) = 134+49+131=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #863183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863183 is #79CE7C. Grayscale: #535353. Windows color (decimal): -7982717 or 8597894. OLE color: 8597894.

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

Color convert

RGB 134 49 131 -
CMYK 0 0.63 0.02 0.47
HSL 302.12º 0.46% 0.36% -
HSV(B) 302.12º 0.63% 0.53% -
XYZ 15.03 8.9 22.4 -
YUV 83.76 154.66 163.83 -
System Red Green Blue C M Y K H S L
Decimal 134 49 131 0 0.63 0.02 0.47 302.12 0.46 0.36
Hex 86 31 83 0 3F 2 2F 12E 2E 24
Octal 206 61 203 0 77 2 57 456 56 44
Binary 10000110 110001 10000011 0 111111 10 101111 100101110 101110 100100

Color Harmonies of #863183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863183

Black with #863183

Text Example


Text Example

White with #863183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863183; }

 p { color: rgb(134,49,131); }

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

background-color css

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

 a { background-color: rgb(134,49,131); }

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

border-color css

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

 span { border-color: rgb(134,49,131); }

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