Html Css Color HEX #83296A Dark Purple

📋 copy color: '#83296A'

red 131 ◦ green 41 ◦ blue 106

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

Shades of Dark Purple #83296A

Tints of Dark Purple #83296A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.75%

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

R = 47.12%
G = 14.75%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#83296A (or 0x83296A) is known color: Dark Purple. HEX triplet: 83, 29 and 6A. RGB value is (131,41,106). Sum of RGB (Red+Green+Blue) = 131+41+106=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #83296A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83296A is #7CD695. Grayscale: #4B4B4B. Windows color (decimal): -8181398 or 6957443. OLE color: 6957443.

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

Color convert

RGB 131 41 106 -
CMYK 0 0.69 0.19 0.49
HSL 316.67º 0.52% 0.34% -
HSV(B) 316.67º 0.69% 0.51% -
XYZ 12.75 7.45 14.4 -
YUV 75.32 145.32 167.71 -
System Red Green Blue C M Y K H S L
Decimal 131 41 106 0 0.69 0.19 0.49 316.67 0.52 0.34
Hex 83 29 6A 0 45 13 31 13D 34 22
Octal 203 51 152 0 105 23 61 475 64 42
Binary 10000011 101001 1101010 0 1000101 10011 110001 100111101 110100 100010

Color Harmonies of #83296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83296A

Black with #83296A

Text Example


Text Example

White with #83296A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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