Html Css Color HEX #83296C Dark Purple

📋 copy color: '#83296C'

red 131 ◦ green 41 ◦ blue 108

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

Shades of Dark Purple #83296C

Tints of Dark Purple #83296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.57%

R = 46.79%
G = 14.64%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83296C (or 0x83296C) is known color: Dark Purple. HEX triplet: 83, 29 and 6C. RGB value is (131,41,108). Sum of RGB (Red+Green+Blue) = 131+41+108=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #83296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83296C is #7CD693. Grayscale: #4B4B4B. Windows color (decimal): -8181396 or 7088515. OLE color: 7088515.

HSL color Cylindrical-coordinate representation of color #83296C: hue angle of 315.33º 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 #83296C is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 41 108 -
CMYK 0 0.69 0.18 0.49
HSL 315.33º 0.52% 0.34% -
HSV(B) 315.33º 0.69% 0.51% -
XYZ 12.86 7.49 14.96 -
YUV 75.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 131 41 108 0 0.69 0.18 0.49 315.33 0.52 0.34
Hex 83 29 6C 0 45 12 31 13B 34 22
Octal 203 51 154 0 105 22 61 473 64 42
Binary 10000011 101001 1101100 0 1000101 10010 110001 100111011 110100 100010

Color Harmonies of #83296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83296C

Black with #83296C

Text Example


Text Example

White with #83296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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