Html Css Color HEX #83208A Dark Purple

📋 copy color: '#83208A'

red 131 ◦ green 32 ◦ blue 138

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

Shades of Dark Purple #83208A

Tints of Dark Purple #83208A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.85%

R = 43.52%
G = 10.63%
B = 45.85%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#83208A (or 0x83208A) is known color: Dark Purple. HEX triplet: 83, 20 and 8A. RGB value is (131,32,138). Sum of RGB (Red+Green+Blue) = 131+32+138=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #83208A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83208A is #7CDF75. Grayscale: #494949. Windows color (decimal): -8183670 or 9052291. OLE color: 9052291.

HSL color Cylindrical-coordinate representation of color #83208A: hue angle of 296.04º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83208A is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 32 138 -
CMYK 0.05 0.77 0 0.46
HSL 296.04º 0.62% 0.33% -
HSV(B) 296.04º 0.77% 0.54% -
XYZ 14.46 7.69 24.77 -
YUV 73.69 164.3 168.88 -
System Red Green Blue C M Y K H S L
Decimal 131 32 138 0.05 0.77 0 0.46 296.04 0.62 0.33
Hex 83 20 8A 5 4D 0 2E 128 3E 21
Octal 203 40 212 5 115 0 56 450 76 41
Binary 10000011 100000 10001010 101 1001101 0 101110 100101000 111110 100001

Color Harmonies of #83208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83208A

Black with #83208A

Text Example


Text Example

White with #83208A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83208A; }

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

 H1.HeaderClassName
 {
   color: #83208A;
 }
 .AnyTagClassName
 {
   color: #83208A;
 }
</style>

background-color css

<style>
 a { background-color: #83208A; }

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

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

border-color css

<style>
 span { border-color: #83208A; }

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

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