Html Css Color HEX #83165F Dark Purple

📋 copy color: '#83165F'

red 131 ◦ green 22 ◦ blue 95

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

Shades of Dark Purple #83165F

Tints of Dark Purple #83165F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.87%

 BLUE value IS 95 (37.5% from 255) = 38.31%

R = 52.82%
G = 8.87%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#83165F (or 0x83165F) is known color: Dark Purple. HEX triplet: 83, 16 and 5F. RGB value is (131,22,95). Sum of RGB (Red+Green+Blue) = 131+22+95=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #83165F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83165F is #7CE9A0. Grayscale: #3E3E3E. Windows color (decimal): -8186273 or 6231683. OLE color: 6231683.

HSL color Cylindrical-coordinate representation of color #83165F: hue angle of 319.82º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #83165F is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 22 95 -
CMYK 0 0.83 0.27 0.49
HSL 319.82º 0.71% 0.3% -
HSV(B) 319.82º 0.83% 0.51% -
XYZ 11.71 6.23 11.41 -
YUV 62.91 146.11 176.56 -
System Red Green Blue C M Y K H S L
Decimal 131 22 95 0 0.83 0.27 0.49 319.82 0.71 0.3
Hex 83 16 5F 0 53 1B 31 140 47 1E
Octal 203 26 137 0 123 33 61 500 107 36
Binary 10000011 10110 1011111 0 1010011 11011 110001 101000000 1000111 11110

Color Harmonies of #83165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83165F

Black with #83165F

Text Example


Text Example

White with #83165F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83165F; }

 p { color: rgb(131,22,95); }

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

background-color css

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

 a { background-color: rgb(131,22,95); }

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

border-color css

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

 span { border-color: rgb(131,22,95); }

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