Html Css Color HEX #861483 Dark Purple

📋 copy color: '#861483'

red 134 ◦ green 20 ◦ blue 131

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

Shades of Dark Purple #861483

Tints of Dark Purple #861483

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.02%

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

R = 47.02%
G = 7.02%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#861483 (or 0x861483) is known color: Dark Purple. HEX triplet: 86, 14 and 83. RGB value is (134,20,131). Sum of RGB (Red+Green+Blue) = 134+20+131=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #861483 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861483 is #79EB7C. Grayscale: #424242. Windows color (decimal): -7990141 or 8590470. OLE color: 8590470.

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

Color convert

RGB 134 20 131 -
CMYK 0 0.85 0.02 0.47
HSL 301.58º 0.74% 0.3% -
HSV(B) 301.58º 0.85% 0.53% -
XYZ 14.18 7.21 22.12 -
YUV 66.74 164.27 175.97 -
System Red Green Blue C M Y K H S L
Decimal 134 20 131 0 0.85 0.02 0.47 301.58 0.74 0.3
Hex 86 14 83 0 55 2 2F 12E 4A 1E
Octal 206 24 203 0 125 2 57 456 112 36
Binary 10000110 10100 10000011 0 1010101 10 101111 100101110 1001010 11110

Color Harmonies of #861483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861483

Black with #861483

Text Example


Text Example

White with #861483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861483; }

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

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

background-color css

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

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

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

border-color css

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

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

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