Html Css Color HEX #83117C Dark Purple

📋 copy color: '#83117C'

red 131 ◦ green 17 ◦ blue 124

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

Shades of Dark Purple #83117C

Tints of Dark Purple #83117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.25%

 BLUE value IS 124 (48.83% from 255) = 45.59%

R = 48.16%
G = 6.25%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83117C (or 0x83117C) is known color: Dark Purple. HEX triplet: 83, 11 and 7C. RGB value is (131,17,124). Sum of RGB (Red+Green+Blue) = 131+17+124=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 131 - color contains mainly: red. Hex color #83117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83117C is #7CEE83. Grayscale: #3E3E3E. Windows color (decimal): -8187524 or 8130947. OLE color: 8130947.

HSL color Cylindrical-coordinate representation of color #83117C: hue angle of 303.68º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #83117C is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 17 124 -
CMYK 0 0.87 0.05 0.49
HSL 303.68º 0.77% 0.29% -
HSV(B) 303.68º 0.87% 0.51% -
XYZ 13.2 6.68 19.66 -
YUV 63.28 162.27 176.3 -
System Red Green Blue C M Y K H S L
Decimal 131 17 124 0 0.87 0.05 0.49 303.68 0.77 0.29
Hex 83 11 7C 0 57 5 31 130 4D 1D
Octal 203 21 174 0 127 5 61 460 115 35
Binary 10000011 10001 1111100 0 1010111 101 110001 100110000 1001101 11101

Color Harmonies of #83117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83117C

Black with #83117C

Text Example


Text Example

White with #83117C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,17,124); }

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

background-color css

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

 a { background-color: rgb(131,17,124); }

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

border-color css

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

 span { border-color: rgb(131,17,124); }

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