Html Css Color HEX #83246A Dark Purple

📋 copy color: '#83246A'

red 131 ◦ green 36 ◦ blue 106

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

Shades of Dark Purple #83246A

Tints of Dark Purple #83246A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.83%

R = 47.99%
G = 13.19%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#83246A (or 0x83246A) is known color: Dark Purple. HEX triplet: 83, 24 and 6A. RGB value is (131,36,106). Sum of RGB (Red+Green+Blue) = 131+36+106=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #83246A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83246A is #7CDB95. Grayscale: #484848. Windows color (decimal): -8182678 or 6956163. OLE color: 6956163.

HSL color Cylindrical-coordinate representation of color #83246A: hue angle of 315.79º 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 #83246A is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 36 106 -
CMYK 0 0.73 0.19 0.49
HSL 315.79º 0.57% 0.33% -
HSV(B) 315.79º 0.73% 0.51% -
XYZ 12.59 7.13 14.35 -
YUV 72.39 146.97 169.81 -
System Red Green Blue C M Y K H S L
Decimal 131 36 106 0 0.73 0.19 0.49 315.79 0.57 0.33
Hex 83 24 6A 0 49 13 31 13C 39 21
Octal 203 44 152 0 111 23 61 474 71 41
Binary 10000011 100100 1101010 0 1001001 10011 110001 100111100 111001 100001

Color Harmonies of #83246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83246A

Black with #83246A

Text Example


Text Example

White with #83246A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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