Html Css Color HEX #83106C Dark Purple

📋 copy color: '#83106C'

red 131 ◦ green 16 ◦ blue 108

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

Shades of Dark Purple #83106C

Tints of Dark Purple #83106C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.35%

R = 51.37%
G = 6.27%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83106C (or 0x83106C) is known color: Dark Purple. HEX triplet: 83, 10 and 6C. RGB value is (131,16,108). Sum of RGB (Red+Green+Blue) = 131+16+108=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #83106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83106C is #7CEF93. Grayscale: #3C3C3C. Windows color (decimal): -8187796 or 7082115. OLE color: 7082115.

HSL color Cylindrical-coordinate representation of color #83106C: hue angle of 312º 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 #83106C is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 16 108 -
CMYK 0 0.88 0.18 0.49
HSL 312º 0.78% 0.29% -
HSV(B) 312º 0.88% 0.51% -
XYZ 12.25 6.28 14.75 -
YUV 60.87 154.6 178.02 -
System Red Green Blue C M Y K H S L
Decimal 131 16 108 0 0.88 0.18 0.49 312 0.78 0.29
Hex 83 10 6C 0 58 12 31 138 4E 1D
Octal 203 20 154 0 130 22 61 470 116 35
Binary 10000011 10000 1101100 0 1011000 10010 110001 100111000 1001110 11101

Color Harmonies of #83106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83106C

Black with #83106C

Text Example


Text Example

White with #83106C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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