Html Css Color HEX #861983 Dark Purple

📋 copy color: '#861983'

red 134 ◦ green 25 ◦ blue 131

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

Shades of Dark Purple #861983

Tints of Dark Purple #861983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.62%

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

R = 46.21%
G = 8.62%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#861983 (or 0x861983) is known color: Dark Purple. HEX triplet: 86, 19 and 83. RGB value is (134,25,131). Sum of RGB (Red+Green+Blue) = 134+25+131=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #861983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861983 is #79E67C. Grayscale: #454545. Windows color (decimal): -7988861 or 8591750. OLE color: 8591750.

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

Color convert

RGB 134 25 131 -
CMYK 0 0.81 0.02 0.47
HSL 301.65º 0.69% 0.31% -
HSV(B) 301.65º 0.81% 0.53% -
XYZ 14.28 7.4 22.15 -
YUV 69.68 162.61 173.88 -
System Red Green Blue C M Y K H S L
Decimal 134 25 131 0 0.81 0.02 0.47 301.65 0.69 0.31
Hex 86 19 83 0 51 2 2F 12E 45 1F
Octal 206 31 203 0 121 2 57 456 105 37
Binary 10000110 11001 10000011 0 1010001 10 101111 100101110 1000101 11111

Color Harmonies of #861983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861983

Black with #861983

Text Example


Text Example

White with #861983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861983; }

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

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

background-color css

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

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

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

border-color css

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

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

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