Html Css Color HEX #83246F Dark Purple

📋 copy color: '#83246F'

red 131 ◦ green 36 ◦ blue 111

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

Shades of Dark Purple #83246F

Tints of Dark Purple #83246F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.93%

R = 47.12%
G = 12.95%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#83246F (or 0x83246F) is known color: Dark Purple. HEX triplet: 83, 24 and 6F. RGB value is (131,36,111). Sum of RGB (Red+Green+Blue) = 131+36+111=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #83246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83246F is #7CDB90. Grayscale: #484848. Windows color (decimal): -8182673 or 7283843. OLE color: 7283843.

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

Color convert

RGB 131 36 111 -
CMYK 0 0.73 0.15 0.49
HSL 312.63º 0.57% 0.33% -
HSV(B) 312.63º 0.73% 0.51% -
XYZ 12.86 7.23 15.76 -
YUV 72.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 131 36 111 0 0.73 0.15 0.49 312.63 0.57 0.33
Hex 83 24 6F 0 49 F 31 139 39 21
Octal 203 44 157 0 111 17 61 471 71 41
Binary 10000011 100100 1101111 0 1001001 1111 110001 100111001 111001 100001

Color Harmonies of #83246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83246F

Black with #83246F

Text Example


Text Example

White with #83246F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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