Html Css Color HEX #83246D Dark Purple

📋 copy color: '#83246D'

red 131 ◦ green 36 ◦ blue 109

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

Shades of Dark Purple #83246D

Tints of Dark Purple #83246D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.04%

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

R = 47.46%
G = 13.04%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#83246D (or 0x83246D) is known color: Dark Purple. HEX triplet: 83, 24 and 6D. RGB value is (131,36,109). Sum of RGB (Red+Green+Blue) = 131+36+109=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 131 - color contains mainly: red. Hex color #83246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83246D is #7CDB92. Grayscale: #484848. Windows color (decimal): -8182675 or 7152771. OLE color: 7152771.

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

Color convert

RGB 131 36 109 -
CMYK 0 0.73 0.17 0.49
HSL 313.89º 0.57% 0.33% -
HSV(B) 313.89º 0.73% 0.51% -
XYZ 12.75 7.19 15.18 -
YUV 72.73 148.47 169.56 -
System Red Green Blue C M Y K H S L
Decimal 131 36 109 0 0.73 0.17 0.49 313.89 0.57 0.33
Hex 83 24 6D 0 49 11 31 13A 39 21
Octal 203 44 155 0 111 21 61 472 71 41
Binary 10000011 100100 1101101 0 1001001 10001 110001 100111010 111001 100001

Color Harmonies of #83246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83246D

Black with #83246D

Text Example


Text Example

White with #83246D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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