Html Css Color HEX #83236B Dark Purple

📋 copy color: '#83236B'

red 131 ◦ green 35 ◦ blue 107

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

Shades of Dark Purple #83236B

Tints of Dark Purple #83236B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.82%

 BLUE value IS 107 (42.19% from 255) = 39.19%

R = 47.99%
G = 12.82%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83236B (or 0x83236B) is known color: Dark Purple. HEX triplet: 83, 23 and 6B. RGB value is (131,35,107). Sum of RGB (Red+Green+Blue) = 131+35+107=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #83236B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83236B is #7CDC94. Grayscale: #474747. Windows color (decimal): -8182933 or 7021443. OLE color: 7021443.

HSL color Cylindrical-coordinate representation of color #83236B: hue angle of 315º degrees, saturation: 0.58, 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 #83236B is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 35 107 -
CMYK 0 0.73 0.18 0.49
HSL 315º 0.58% 0.33% -
HSV(B) 315º 0.73% 0.51% -
XYZ 12.61 7.09 14.61 -
YUV 71.91 147.8 170.15 -
System Red Green Blue C M Y K H S L
Decimal 131 35 107 0 0.73 0.18 0.49 315 0.58 0.33
Hex 83 23 6B 0 49 12 31 13B 3A 21
Octal 203 43 153 0 111 22 61 473 72 41
Binary 10000011 100011 1101011 0 1001001 10010 110001 100111011 111010 100001

Color Harmonies of #83236B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83236B

Black with #83236B

Text Example


Text Example

White with #83236B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83236B; }

 p { color: rgb(131,35,107); }

 H1.HeaderClassName
 {
   color: #83236B;
 }
 .AnyTagClassName
 {
   color: #83236B;
 }
</style>

background-color css

<style>
 a { background-color: #83236B; }

 a { background-color: rgb(131,35,107); }

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

border-color css

<style>
 span { border-color: #83236B; }

 span { border-color: rgb(131,35,107); }

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