Html Css Color HEX #83236C Dark Purple

📋 copy color: '#83236C'

red 131 ◦ green 35 ◦ blue 108

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

Shades of Dark Purple #83236C

Tints of Dark Purple #83236C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.42%

R = 47.81%
G = 12.77%
B = 39.42%

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

#83236C (or 0x83236C) is known color: Dark Purple. HEX triplet: 83, 23 and 6C. RGB value is (131,35,108). Sum of RGB (Red+Green+Blue) = 131+35+108=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #83236C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83236C is #7CDC93. Grayscale: #474747. Windows color (decimal): -8182932 or 7086979. OLE color: 7086979.

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

Color convert

RGB 131 35 108 -
CMYK 0 0.73 0.18 0.49
HSL 314.38º 0.58% 0.33% -
HSV(B) 314.38º 0.73% 0.51% -
XYZ 12.67 7.11 14.89 -
YUV 72.03 148.3 170.06 -
System Red Green Blue C M Y K H S L
Decimal 131 35 108 0 0.73 0.18 0.49 314.38 0.58 0.33
Hex 83 23 6C 0 49 12 31 13A 3A 21
Octal 203 43 154 0 111 22 61 472 72 41
Binary 10000011 100011 1101100 0 1001001 10010 110001 100111010 111010 100001

Color Harmonies of #83236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83236C

Black with #83236C

Text Example


Text Example

White with #83236C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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