Html Css Color HEX #83117D Dark Purple

📋 copy color: '#83117D'

red 131 ◦ green 17 ◦ blue 125

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

Shades of Dark Purple #83117D

Tints of Dark Purple #83117D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.79%

R = 47.99%
G = 6.23%
B = 45.79%

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

#83117D (or 0x83117D) is known color: Dark Purple. HEX triplet: 83, 11 and 7D. RGB value is (131,17,125). Sum of RGB (Red+Green+Blue) = 131+17+125=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #83117D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83117D is #7CEE82. Grayscale: #3F3F3F. Windows color (decimal): -8187523 or 8196483. OLE color: 8196483.

HSL color Cylindrical-coordinate representation of color #83117D: hue angle of 303.16º 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 #83117D is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 17 125 -
CMYK 0 0.87 0.05 0.49
HSL 303.16º 0.77% 0.29% -
HSV(B) 303.16º 0.87% 0.51% -
XYZ 13.26 6.71 20 -
YUV 63.4 162.77 176.22 -
System Red Green Blue C M Y K H S L
Decimal 131 17 125 0 0.87 0.05 0.49 303.16 0.77 0.29
Hex 83 11 7D 0 57 5 31 12F 4D 1D
Octal 203 21 175 0 127 5 61 457 115 35
Binary 10000011 10001 1111101 0 1010111 101 110001 100101111 1001101 11101

Color Harmonies of #83117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83117D

Black with #83117D

Text Example


Text Example

White with #83117D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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