Html Css Color HEX #83326A Dark Purple

📋 copy color: '#83326A'

red 131 ◦ green 50 ◦ blue 106

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

Shades of Dark Purple #83326A

Tints of Dark Purple #83326A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.42%

 BLUE value IS 106 (41.8% from 255) = 36.93%

R = 45.64%
G = 17.42%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#83326A (or 0x83326A) is known color: Dark Purple. HEX triplet: 83, 32 and 6A. RGB value is (131,50,106). Sum of RGB (Red+Green+Blue) = 131+50+106=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #83326A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83326A is #7CCD95. Grayscale: #505050. Windows color (decimal): -8179094 or 6959747. OLE color: 6959747.

HSL color Cylindrical-coordinate representation of color #83326A: hue angle of 318.52º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #83326A is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 50 106 -
CMYK 0 0.62 0.19 0.49
HSL 318.52º 0.45% 0.35% -
HSV(B) 318.52º 0.62% 0.51% -
XYZ 13.1 8.15 14.52 -
YUV 80.6 142.34 163.95 -
System Red Green Blue C M Y K H S L
Decimal 131 50 106 0 0.62 0.19 0.49 318.52 0.45 0.35
Hex 83 32 6A 0 3E 13 31 13F 2D 23
Octal 203 62 152 0 76 23 61 477 55 43
Binary 10000011 110010 1101010 0 111110 10011 110001 100111111 101101 100011

Color Harmonies of #83326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83326A

Black with #83326A

Text Example


Text Example

White with #83326A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,50,106); }

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

background-color css

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

 a { background-color: rgb(131,50,106); }

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

border-color css

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

 span { border-color: rgb(131,50,106); }

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