Html Css Color HEX #83237E Dark Purple

📋 copy color: '#83237E'

red 131 ◦ green 35 ◦ blue 126

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

Shades of Dark Purple #83237E

Tints of Dark Purple #83237E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.15%

R = 44.86%
G = 11.99%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#83237E (or 0x83237E) is known color: Dark Purple. HEX triplet: 83, 23 and 7E. RGB value is (131,35,126). Sum of RGB (Red+Green+Blue) = 131+35+126=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 131 - color contains mainly: red. Hex color #83237E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83237E is #7CDC81. Grayscale: #494949. Windows color (decimal): -8182914 or 8266627. OLE color: 8266627.

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

Color convert

RGB 131 35 126 -
CMYK 0 0.73 0.04 0.49
HSL 303.13º 0.58% 0.33% -
HSV(B) 303.13º 0.73% 0.51% -
XYZ 13.73 7.53 20.47 -
YUV 74.08 157.3 168.6 -
System Red Green Blue C M Y K H S L
Decimal 131 35 126 0 0.73 0.04 0.49 303.13 0.58 0.33
Hex 83 23 7E 0 49 4 31 12F 3A 21
Octal 203 43 176 0 111 4 61 457 72 41
Binary 10000011 100011 1111110 0 1001001 100 110001 100101111 111010 100001

Color Harmonies of #83237E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83237E

Black with #83237E

Text Example


Text Example

White with #83237E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83237E; }

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

 H1.HeaderClassName
 {
   color: #83237E;
 }
 .AnyTagClassName
 {
   color: #83237E;
 }
</style>

background-color css

<style>
 a { background-color: #83237E; }

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

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

border-color css

<style>
 span { border-color: #83237E; }

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

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