Html Css Color HEX #83206F Dark Purple

📋 copy color: '#83206F'

red 131 ◦ green 32 ◦ blue 111

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

Shades of Dark Purple #83206F

Tints of Dark Purple #83206F

RGB

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

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

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

R = 47.81%
G = 11.68%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#83206F (or 0x83206F) is known color: Dark Purple. HEX triplet: 83, 20 and 6F. RGB value is (131,32,111). Sum of RGB (Red+Green+Blue) = 131+32+111=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #83206F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83206F is #7CDF90. Grayscale: #464646. Windows color (decimal): -8183697 or 7282819. OLE color: 7282819.

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

Color convert

RGB 131 32 111 -
CMYK 0 0.76 0.15 0.49
HSL 312.12º 0.61% 0.32% -
HSV(B) 312.12º 0.76% 0.51% -
XYZ 12.75 7.01 15.72 -
YUV 70.61 150.8 171.08 -
System Red Green Blue C M Y K H S L
Decimal 131 32 111 0 0.76 0.15 0.49 312.12 0.61 0.32
Hex 83 20 6F 0 4C F 31 138 3D 20
Octal 203 40 157 0 114 17 61 470 75 40
Binary 10000011 100000 1101111 0 1001100 1111 110001 100111000 111101 100000

Color Harmonies of #83206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83206F

Black with #83206F

Text Example


Text Example

White with #83206F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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