Html Css Color HEX #83106D Dark Purple

📋 copy color: '#83106D'

red 131 ◦ green 16 ◦ blue 109

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

Shades of Dark Purple #83106D

Tints of Dark Purple #83106D

RGB

 RED value IS 131 (51.56% from 255) = 51.17%

 GREEN value IS 16 (6.64% from 255) = 6.25%

 BLUE value IS 109 (42.97% from 255) = 42.58%

R = 51.17%
G = 6.25%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#83106D (or 0x83106D) is known color: Dark Purple. HEX triplet: 83, 10 and 6D. RGB value is (131,16,109). Sum of RGB (Red+Green+Blue) = 131+16+109=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #83106D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83106D is #7CEF92. Grayscale: #3C3C3C. Windows color (decimal): -8187795 or 7147651. OLE color: 7147651.

HSL color Cylindrical-coordinate representation of color #83106D: hue angle of 311.48º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83106D is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 16 109 -
CMYK 0 0.88 0.17 0.49
HSL 311.48º 0.78% 0.29% -
HSV(B) 311.48º 0.88% 0.51% -
XYZ 12.31 6.3 15.04 -
YUV 60.99 155.1 177.94 -
System Red Green Blue C M Y K H S L
Decimal 131 16 109 0 0.88 0.17 0.49 311.48 0.78 0.29
Hex 83 10 6D 0 58 11 31 137 4E 1D
Octal 203 20 155 0 130 21 61 467 116 35
Binary 10000011 10000 1101101 0 1011000 10001 110001 100110111 1001110 11101

Color Harmonies of #83106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83106D

Black with #83106D

Text Example


Text Example

White with #83106D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83106D; }

 p { color: rgb(131,16,109); }

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

background-color css

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

 a { background-color: rgb(131,16,109); }

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

border-color css

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

 span { border-color: rgb(131,16,109); }

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