Html Css Color HEX #83207E Dark Purple

📋 copy color: '#83207E'

red 131 ◦ green 32 ◦ blue 126

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

Shades of Dark Purple #83207E

Tints of Dark Purple #83207E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.07%

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

R = 45.33%
G = 11.07%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#83207E (or 0x83207E) is known color: Dark Purple. HEX triplet: 83, 20 and 7E. RGB value is (131,32,126). Sum of RGB (Red+Green+Blue) = 131+32+126=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 131 - color contains mainly: red. Hex color #83207E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83207E is #7CDF81. Grayscale: #484848. Windows color (decimal): -8183682 or 8265859. OLE color: 8265859.

HSL color Cylindrical-coordinate representation of color #83207E: hue angle of 303.03º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83207E is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 32 126 -
CMYK 0 0.76 0.04 0.49
HSL 303.03º 0.61% 0.32% -
HSV(B) 303.03º 0.76% 0.51% -
XYZ 13.64 7.36 20.44 -
YUV 72.32 158.3 169.86 -
System Red Green Blue C M Y K H S L
Decimal 131 32 126 0 0.76 0.04 0.49 303.03 0.61 0.32
Hex 83 20 7E 0 4C 4 31 12F 3D 20
Octal 203 40 176 0 114 4 61 457 75 40
Binary 10000011 100000 1111110 0 1001100 100 110001 100101111 111101 100000

Color Harmonies of #83207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83207E

Black with #83207E

Text Example


Text Example

White with #83207E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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